Commit fe122669 authored by Sebastian Kummer's avatar Sebastian Kummer

Merge pull request #555 in ZP/z-push from...

Merge pull request #555 in ZP/z-push from feature/ZP-1248-include-windowsmail-in-the-list-of to develop

* commit '430648aa':
  ZP-1248 Added WindowsMail to SYNC_TIMEOUT_LONG_DEVICETYPES.
parents 90319667 430648aa
...@@ -252,7 +252,7 @@ ...@@ -252,7 +252,7 @@
// point. You can add DeviceType strings to the categories. // point. You can add DeviceType strings to the categories.
// In general longer timeouts are better, because more data can be streamed at once. // In general longer timeouts are better, because more data can be streamed at once.
define('SYNC_TIMEOUT_MEDIUM_DEVICETYPES', "SAMSUNGGTI"); define('SYNC_TIMEOUT_MEDIUM_DEVICETYPES', "SAMSUNGGTI");
define('SYNC_TIMEOUT_LONG_DEVICETYPES', "iPod, iPad, iPhone, WP, WindowsOutlook"); define('SYNC_TIMEOUT_LONG_DEVICETYPES', "iPod, iPad, iPhone, WP, WindowsOutlook, WindowsMail");
// Time in seconds the device should wait whenever the service is unavailable, // Time in seconds the device should wait whenever the service is unavailable,
// e.g. when a backend service is unavailable. // e.g. when a backend service is unavailable.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment