1
0
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:
Laurent Cozic 2021-12-03 11:52:15 +00:00
parent aac044fc9c
commit 35f684a1ee

View File

@ -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