mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-19 19:16:29 +08:00
fix(server): wrong doc manager config (#7239)
This commit is contained in:
@@ -55,11 +55,11 @@ declare module '../../fundamentals/config' {
|
||||
defineStartupConfig('doc', {
|
||||
manager: {
|
||||
enableUpdateAutoMerging: true,
|
||||
updatePollInterval: 1000,
|
||||
maxUpdatesPullCount: 100,
|
||||
updatePollInterval: 3000,
|
||||
maxUpdatesPullCount: 500,
|
||||
},
|
||||
history: {
|
||||
interval: 1000,
|
||||
interval: 1000 * 60 * 10 /* 10 mins */,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user