Reduce demo dialog interval

This commit is contained in:
tobspr 2020-07-16 09:18:14 +02:00
parent cde4c6e6c4
commit 2f0b77b3cc
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import { T } from "../../../translations";
import { THIRDPARTY_URLS } from "../../../core/config";
// How often to show the dialog
const DIALOG_INTERVAL = 15;
const DIALOG_INTERVAL = 30;
// When to start showing the dialogs
const DIALOG_START_INTERVAL = 15;