fix(server): wrong doc manager config (#7239)

This commit is contained in:
forehalo
2024-06-18 05:17:18 +00:00
parent 9b89c9ed38
commit d216606193
@@ -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 */,
},
});