diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2024-04-11 12:58:46 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2024-04-11 14:27:17 +0000 |
| commit | 3e33f94b2003d654f468173e3aa960921475fee1 (patch) | |
| tree | 0d3b2befba02719266c9a741ead6c85893392784 /pkg/instance | |
| parent | 95ed9ece851c5ce0f8db8fbe8c852457b4c36a85 (diff) | |
pkg/rpctype: allow to disable timeouts
Fuzzer don't need timeouts for the RPC connection much,
if it does not receive new programs, we will kill it
due to "no output" anyway.
But they are problematic when we do parallel calls (Exchange),
e.g. one call can cancel timeout of an existing call.
They also will be more problematic if we also send
notifications about programs fuzzer started executing in parallel.
And they also marginally slow down things.
Disable timeouts in the fuzzer.
Diffstat (limited to 'pkg/instance')
0 files changed, 0 insertions, 0 deletions
