namespace sync_config { // Number of times we try to re-sync in case of failure. const int SYNC_RETRY_LIMIT = 3; }