Reduce floodwait timeout

This commit is contained in:
Alexander Pankratov 2023-11-19 19:04:07 +01:00
parent df5a7b8fef
commit ca1504afbc

View File

@ -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. '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' => [ 'rpc' => [
'flood_timeout' => 10, 'flood_timeout' => 5,
'rpc_drop_timeout' => 11, 'rpc_drop_timeout' => 11,
], ],
'connection' => [ 'connection' => [