Line 159: |
Line 159: |
| | | |
| You can fine tune thunderbird to be a pure "heavy" client for SOGo. [http://www.sogo.nu/files/docs/SOGo%20Mozilla%20Thunderbird%20Configuration.pdf See the Documentation] | | You can fine tune thunderbird to be a pure "heavy" client for SOGo. [http://www.sogo.nu/files/docs/SOGo%20Mozilla%20Thunderbird%20Configuration.pdf See the Documentation] |
| + | |
| + | |
| + | Sogo must be [https://sogo.nu/files/docs/SOGoInstallationGuide.html#_microsoft_enterprise_activesync_tuning tuned] following the number of users, some settings can be tested. |
| + | |
| + | Keep in mind to set one worker per user for the activesync connection. |
| + | |
| + | 100 users, 10 EAS devices |
| + | |
| + | config setprop sogod WOWorkersCount 15 |
| + | config setprop sogod SOGoMaximumPingInterval 3540 |
| + | config setprop sogod SOGoMaximumSyncInterval 3540 |
| + | config setprop sogod SOGoInternalSyncInterval 30 |
| + | signal-event nethserver-sogo-update |
| + | |
| + | 100 users, 20 EAS devices |
| + | |
| + | config setprop sogod WOWorkersCount 25 |
| + | config setprop sogod SOGoMaximumPingInterval 3540 |
| + | config setprop sogod SOGoMaximumSyncInterval 3540 |
| + | config setprop sogod SOGoInternalSyncInterval 40 |
| + | signal-event nethserver-sogo-update |
| + | |
| + | 1000 users, 100 EAS devices |
| + | |
| + | config setprop sogod WOWorkersCount 120 |
| + | config setprop sogod SOGoMaximumPingInterval 3540 |
| + | config setprop sogod SOGoMaximumSyncInterval 3540 |
| + | config setprop sogod SOGoInternalSyncInterval 60 |
| + | signal-event nethserver-sogo-update |
| | | |
| == Thunderbird Configuration == | | == Thunderbird Configuration == |