You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For performance reasons it would be good if the application stores the ips it sended last time and first checks only if they are changed. Only when changed it should communicate with the netcup server.
This way it would be possible to start the app once per minute via cron and it only accesses netcup if needed. This would reduces network traffic a lot.
The text was updated successfully, but these errors were encountered:
This sounds reasonable. I will try and see if I can implement this behaviour. It requires a cache solution which is currently not build into the system.
For performance reasons it would be good if the application stores the ips it sended last time and first checks only if they are changed. Only when changed it should communicate with the netcup server.
This way it would be possible to start the app once per minute via cron and it only accesses netcup if needed. This would reduces network traffic a lot.
The text was updated successfully, but these errors were encountered: