Code review comment for lp:~stolowski/unity-scope-home/monitor-networking

Revision history for this message
Michal Hruby (mhr3) wrote :

8 +const int REMOTE_SCOPES_RETRY_INTERVAL_MAX_SECS = 60; //will retry after that many seconds tops

I think 600 would make more sense.

66 + request_remote_scopes_retry ();

Wouldn't it be better to start a tiny timer instead of trying right away?

« Back to merge proposal