Fossil SCM
Correct description in comment (no code change).
Commit
9f33dbae40a0232137157723083307521420901a
Parent
714f3ec3797d94c…
1 file changed
+1
-1
+1
-1
| --- src/sync.c | ||
| +++ src/sync.c | ||
| @@ -79,11 +79,11 @@ | ||
| 79 | 79 | return rc; |
| 80 | 80 | } |
| 81 | 81 | |
| 82 | 82 | /* |
| 83 | 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. | |
| 84 | +** .5 second sleep between attempts; returning the last autosync status. | |
| 85 | 85 | */ |
| 86 | 86 | int autosync_loop(int flags){ |
| 87 | 87 | int n = 0; |
| 88 | 88 | int rc = 0; |
| 89 | 89 | while (n++ < AUTOSYNC_TRIES && (rc = autosync(flags))){ |
| 90 | 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 | ** 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 |