Commit 28c6340
committed
openat2: increase retry count to 128
We have seen reports of users hitting the 32 retry limit, hopefully a 4x
increase is enough to ease the pain. Ultimately, as a result of commit
02d2e4b ("gopathrs: return raw errors from openat2 retry loop") it
is practical for callers to do their own top-level infinite retry loop
if intermittent failures are unacceptable for their use-case.
Signed-off-by: Aleksa Sarai <[email protected]>1 parent b840126 commit 28c6340
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
| |||
0 commit comments