mirror of
https://github.com/laurent22/joplin.git
synced 2025-02-04 19:16:07 +02:00
Server: Increase default MAX_TIME_DRIFT to 2000
This commit is contained in:
parent
aac044fc9c
commit
35f684a1ee
@ -24,7 +24,7 @@ const defaultEnvValues: EnvVariables = {
|
||||
// result in clients generating many conflicts. Set to 0 to disable the
|
||||
// check. https://github.com/laurent22/joplin/issues/5738
|
||||
|
||||
MAX_TIME_DRIFT: 100,
|
||||
MAX_TIME_DRIFT: 2000,
|
||||
|
||||
// ==================================================
|
||||
// URL config
|
||||
|
Loading…
x
Reference in New Issue
Block a user