mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 10:55:55 +01:00
more fine grained handling of conflicts without having to reload whole page most of the time
This commit is contained in:
@@ -49,7 +49,7 @@ router.get('/', auth.checkApiAuth, async (req, res, next) => {
|
||||
'encrypted_data_key': await sql.getOption('encrypted_data_key'),
|
||||
'encryption_session_timeout': await sql.getOption('encryption_session_timeout'),
|
||||
'browser_id': utils.randomString(12),
|
||||
'full_load_time': utils.nowTimestamp()
|
||||
'tree_load_time': utils.nowTimestamp()
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user