[SOGo] Should fix some Android sync issues
parent
1e9bc49f2c
commit
f067a45bcb
|
@ -43,7 +43,9 @@
|
||||||
SOGoInternalSyncInterval = 30;
|
SOGoInternalSyncInterval = 30;
|
||||||
SOGoMaximumSyncInterval = 354;
|
SOGoMaximumSyncInterval = 354;
|
||||||
|
|
||||||
SOGoMaximumSyncWindowSize = 100;
|
// 100 seems to break some Android clients
|
||||||
|
//SOGoMaximumSyncWindowSize = 100;
|
||||||
|
// This should do the trick for Outlook 2016
|
||||||
SOGoMaximumSyncResponseSize = 5172;
|
SOGoMaximumSyncResponseSize = 5172;
|
||||||
|
|
||||||
WOWatchDogRequestTimeout = 10;
|
WOWatchDogRequestTimeout = 10;
|
||||||
|
|
Loading…
Reference in New Issue