mirror of
https://github.com/danog/TelegramApiServer.git
synced 2024-11-30 04:19:13 +01:00
Reduce floodwait timeout
This commit is contained in:
parent
df5a7b8fef
commit
ca1504afbc
@ -19,7 +19,7 @@ $settings = [
|
||||
'level' => (int)getenv('LOGGER_LEVEL'), // Logging level, available logging levels are: ULTRA_VERBOSE - 5, VERBOSE - 4 , NOTICE - 3, WARNING - 2, ERROR - 1, FATAL_ERROR - 0.
|
||||
],
|
||||
'rpc' => [
|
||||
'flood_timeout' => 10,
|
||||
'flood_timeout' => 5,
|
||||
'rpc_drop_timeout' => 11,
|
||||
],
|
||||
'connection' => [
|
||||
|
Loading…
Reference in New Issue
Block a user