Commit dbdca25
committed
Fix waitsync loop to properly wait for NTS handshake completion
The previous single waitsync call with 30 retries completed in ~3s,
too fast for NTS-KE TLS handshake. Use a loop with 1s sleep between
attempts, allowing up to 30s total for sync.1 parent 025f2c0 commit dbdca25
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
100 | 106 | | |
101 | 107 | | |
102 | 108 | | |
| |||
0 commit comments