-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Big traffic applications when synchronizing #146
Comments
How many SMS do you send per month ? 3GB seems very huge, as we send incremental parts |
for February 2017, it was exactly 13 799 - exported mysql records have only 3 MB |
@Laupe i have similar entry number but app doesn't resync all messages. First for reduce usage, you can change interval of differential resync, move from 15 minuts to 1h or more. SMS are also sent directly at sending or reception, outside of this sync process to guarantee faster delivery. Sync is differential, you send your available ID since a date, server tell you how many SMS you need to send, and you send it |
@nerzhul I experience the same problem. I'm pretty sure that my sms traffic is smaller than few hundred (300?) messages per month, but the load can be even bigger than 1,3 GB. |
Applications in realtime synchronization transmission. Consumes one month in heavy traffic - can transmit Over 3 GB of data!
It's somehow optimize? It does not affect me Big sms. For me, there's too much reading mode around.
The text was updated successfully, but these errors were encountered: