mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Reduce demo dialog interval
This commit is contained in:
parent
cde4c6e6c4
commit
2f0b77b3cc
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user