You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Better handling of network errors
This commit is contained in:
@@ -508,7 +508,7 @@ async function initialize(dispatch, backButtonHandler) {
|
||||
reg.setupRecurrentSync();
|
||||
|
||||
if (Setting.value('env') == 'dev') {
|
||||
|
||||
// reg.scheduleSync();
|
||||
} else {
|
||||
reg.scheduleSync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user