Fossil SCM

Correct description in comment (no code change).

andybradford 2014-05-17 15:48 autosync-tries
Commit 9f33dbae40a0232137157723083307521420901a
1 file changed +1 -1
+1 -1
--- src/sync.c
+++ src/sync.c
@@ -79,11 +79,11 @@
7979
return rc;
8080
}
8181
8282
/*
8383
** This routine will try a number of times to perform autosync with a
84
-** 1 second sleep between attempts; returning the last autosync status.
84
+** .5 second sleep between attempts; returning the last autosync status.
8585
*/
8686
int autosync_loop(int flags){
8787
int n = 0;
8888
int rc = 0;
8989
while (n++ < AUTOSYNC_TRIES && (rc = autosync(flags))){
9090
--- src/sync.c
+++ src/sync.c
@@ -79,11 +79,11 @@
79 return rc;
80 }
81
82 /*
83 ** This routine will try a number of times to perform autosync with a
84 ** 1 second sleep between attempts; returning the last autosync status.
85 */
86 int autosync_loop(int flags){
87 int n = 0;
88 int rc = 0;
89 while (n++ < AUTOSYNC_TRIES && (rc = autosync(flags))){
90
--- src/sync.c
+++ src/sync.c
@@ -79,11 +79,11 @@
79 return rc;
80 }
81
82 /*
83 ** This routine will try a number of times to perform autosync with a
84 ** .5 second sleep between attempts; returning the last autosync status.
85 */
86 int autosync_loop(int flags){
87 int n = 0;
88 int rc = 0;
89 while (n++ < AUTOSYNC_TRIES && (rc = autosync(flags))){
90

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button