temporary fix for accumulated errors in local storage
This commit is contained in:
parent
35354b0c93
commit
31b9bc70b3
|
|
@ -1,5 +1,10 @@
|
|||
'use strict';
|
||||
var gun = Gun(['https://jessemcdonald.info/gun']);
|
||||
|
||||
var gun = Gun({
|
||||
peers: ['https://jessemcdonald.info/gun'],
|
||||
/* workaround for persistent errors accumulating which break synchronization */
|
||||
localStorage: false,
|
||||
});
|
||||
|
||||
let initialBoard = (function (){
|
||||
var init = JSON.stringify({
|
||||
|
|
|
|||
Loading…
Reference in New Issue