Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Normal
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 3.1.0
-
Labels:None
-
Rank:6783
Description
Pre-conditions
usera has a device which don't provide a WindowSize attribute in its Sync requests
Reproduction steps
- As admin with an opush server, I set the "default-window-size" variable at 10.
- Send 100 emails to usera
Current behavior
- NOK As usera, I synchronize my inbox and I get my 100 emails at once
Expected behavior
- OK As usera, I synchronize my inbox and I get all my emails 10 by 10
Additional informations
The server can produce a log as CONFIGURATION to show the default-window-size value
We should also bring a max-window-size parameter to the configuration in order to override the value send by the device.
By this way, we may tune Opush to resolve out of memory and long time requests.