Skip to content
Snippets Groups Projects
Commit ec7ae7d4 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'fix/PRXS-2777-QueueSize' into 'master'

Увеличен стандартный размер очереди задач с 100 до 10000

See merge request perxis/perxis-go!311
parents 2ffe1832 ba53c5a0
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ import ( ...@@ -10,7 +10,7 @@ import (
) )
const ( const (
defaultSize = 100 defaultSize = 10_000
defaultStoreResultsTTL = 1 * time.Hour defaultStoreResultsTTL = 1 * time.Hour
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment