mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
longer scanquest timers
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
const GAME_ID = 'scanQuest';
|
const GAME_ID = 'scanQuest';
|
||||||
const QUEST_LENGTH_OPTIONS = [1, 2];
|
const QUEST_LENGTH_OPTIONS = [1, 2];
|
||||||
const REQUEST_TIMEOUT_MS = 90 * 1000;
|
const REQUEST_TIMEOUT_MS = 3.5 * 60 * 1000;
|
||||||
const ROUND_DURATION_MS = 5 * 60 * 1000;
|
const ROUND_DURATION_MS = 5 * 60 * 1000;
|
||||||
|
|
||||||
function createInitialState() {
|
function createInitialState() {
|
||||||
|
|||||||
Reference in New Issue
Block a user