Skip to content
Snippets Groups Projects
Commit ba53c5a0 authored by Danis Kirasirov's avatar Danis Kirasirov :8ball: Committed by Pavel Antonov
Browse files

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

parent 2ffe1832
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