mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Reduce demo dialog interval
This commit is contained in:
@@ -3,7 +3,7 @@ import { T } from "../../../translations";
|
|||||||
import { THIRDPARTY_URLS } from "../../../core/config";
|
import { THIRDPARTY_URLS } from "../../../core/config";
|
||||||
|
|
||||||
// How often to show the dialog
|
// How often to show the dialog
|
||||||
const DIALOG_INTERVAL = 15;
|
const DIALOG_INTERVAL = 30;
|
||||||
|
|
||||||
// When to start showing the dialogs
|
// When to start showing the dialogs
|
||||||
const DIALOG_START_INTERVAL = 15;
|
const DIALOG_START_INTERVAL = 15;
|
||||||
|
|||||||
Reference in New Issue
Block a user