Commit ca827a3
committed
vminitd: Turn off idle timeout
There's no reason to have an idle timeout per connection as users
may use this library in many different ways. The grpc lib defaults
to a 30 min idle timeout which could be trivially reached if instead
of waiting on the init process, you were waiting on a bunch of execs.
NIO under the hood asserts on ebadfs (which is good, but bad for this
scenario..), so lets turn off the timeout altogether.1 parent 9d87045 commit ca827a3
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| 111 | + | |
111 | 112 | | |
112 | 113 | | |
113 | 114 | | |
| |||
0 commit comments