File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ const CONFIG_ENVS = {
182182 HYDRATION_MODE_NONCE_LIMIT : process . env . HYDRATION_MODE_NONCE_LIMIT || 200 ,
183183 DRY_RUN_DEFAULT_MAX_PROCESS_AGE : process . env . DRY_RUN_DEFAULT_MAX_PROCESS_AGE || 100 ,
184184 DRY_RUN_PROCESS_CACHE_TTL : process . env . DRY_RUN_PROCESS_CACHE_TTL || 2000 ,
185- DRY_RUN_RESULT_MAX_AGE : process . env . DRY_RUN_RESULT_MAX_AGE || 10000 ,
185+ DRY_RUN_RESULT_MAX_AGE : process . env . DRY_RUN_RESULT_MAX_AGE || 60000 ,
186186 LOAD_MESSAGES_PAGE_SIZE : process . env . LOAD_MESSAGES_PAGE_SIZE || 1000
187187 } ,
188188 production : {
@@ -245,7 +245,7 @@ const CONFIG_ENVS = {
245245 HYDRATION_MODE_NONCE_LIMIT : process . env . HYDRATION_MODE_NONCE_LIMIT || 200 ,
246246 DRY_RUN_DEFAULT_MAX_PROCESS_AGE : process . env . DRY_RUN_DEFAULT_MAX_PROCESS_AGE || 100 ,
247247 DRY_RUN_PROCESS_CACHE_TTL : process . env . DRY_RUN_PROCESS_CACHE_TTL || 2000 ,
248- DRY_RUN_RESULT_MAX_AGE : process . env . DRY_RUN_RESULT_MAX_AGE || 10000 ,
248+ DRY_RUN_RESULT_MAX_AGE : process . env . DRY_RUN_RESULT_MAX_AGE || 60000 ,
249249 LOAD_MESSAGES_PAGE_SIZE : process . env . LOAD_MESSAGES_PAGE_SIZE || 1000
250250 }
251251}
You can’t perform that action at this time.
0 commit comments