parent
b876834c3a
commit
76b0386706
2 changed files with 13 additions and 1 deletions
@ -0,0 +1,12 @@ |
||||
{ |
||||
|
||||
if (($sogod{'ActiveSync'} || 'disabled') eq 'enabled'){ |
||||
$OUT .=<<'_EOF'; |
||||
SOGoMaximumPingInterval = 3540; |
||||
SOGoMaximumSyncInterval = 3540; |
||||
SOGoInternalSyncInterval = 60; |
||||
WOWatchDogRequestTimeout = 3600; |
||||
_EOF |
||||
} |
||||
|
||||
} |
Loading…
Reference in new issue