mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
using experimanetal long polling to hopefully fix account issues
This commit is contained in:
parent
04adcb20a7
commit
08cbb8cb30
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
const db = firebase.firestore();
|
||||
db.settings({experimentalForceLongPolling: true});
|
||||
|
||||
let dbSnapshot = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue