Skip to content

Commit

Permalink
Increase defaultDelayAfterChange to 2s
Browse files Browse the repository at this point in the history
  • Loading branch information
OfekShilon committed Jul 15, 2024
1 parent 1060c04 commit 337242a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/settings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 337242a

Please sign in to comment.