request restrictions relaxed
This commit is contained in:
parent
6399a1d30f
commit
c7c0430699
1 changed files with 4 additions and 4 deletions
|
|
@ -79,9 +79,9 @@ class Limits:
|
||||||
'day': {},
|
'day': {},
|
||||||
}
|
}
|
||||||
self.limit = {
|
self.limit = {
|
||||||
'min': 10,
|
'min': 30,
|
||||||
'hour': 20,
|
'hour': 600,
|
||||||
'day': 100,
|
'day': 1000,
|
||||||
}
|
}
|
||||||
self.last_update = {
|
self.last_update = {
|
||||||
'min': 0,
|
'min': 0,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue