From 337242a572fdae9023bf596411d53805c9652029 Mon Sep 17 00:00:00 2001 From: Ofek Shilon Date: Mon, 15 Jul 2024 21:26:57 +0300 Subject: [PATCH] Increase defaultDelayAfterChange to 2s --- static/settings.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/settings.ts b/static/settings.ts index 57b57aa84d1..6520a5136c2 100644 --- a/static/settings.ts +++ b/static/settings.ts @@ -212,7 +212,7 @@ export class Settings { // The delay between a change and re-compilation is a substantial factor in site traffic load. // We want to be able to control it centrally - but only for users that didn't explicitly set it. // This is the place. - private defaultDelayAfterChange = 1500; + private defaultDelayAfterChange = 2000; constructor( hub: Hub,