| ... | @@ -1563,7 +1563,7 @@ pub const splat_buffer_size = 64; | ... | @@ -1563,7 +1563,7 @@ pub const splat_buffer_size = 64; |
| 1563 | /// NtWaitForMultipleObjects accepts. We use this value also for poll() on | 1563 | /// NtWaitForMultipleObjects accepts. We use this value also for poll() on |
| 1564 | /// posix systems. | 1564 | /// posix systems. |
| 1565 | const poll_buffer_len = 64; | 1565 | const poll_buffer_len = 64; |
| 1566 | pub const default_PATH = "/usr/local/bin:/bin/:/usr/bin"; | 1566 | pub const default_PATH = "/usr/local/bin:/bin:/usr/bin"; |
| 1567 | /// There are multiple kernel bugs being worked around with retries. | 1567 | /// There are multiple kernel bugs being worked around with retries. |
| 1568 | const max_windows_kernel_bug_retries = 13; | 1568 | const max_windows_kernel_bug_retries = 13; |
| 1569 | | 1569 | |