diff --git a/nix/tools/loadtest.nix b/nix/tools/loadtest.nix index 0d514d54c..36635654b 100644 --- a/nix/tools/loadtest.nix +++ b/nix/tools/loadtest.nix @@ -24,6 +24,7 @@ let : "''${PGRST_SERVER_UNIX_SOCKET:?PGRST_SERVER_UNIX_SOCKET is required}" ${vegeta}/bin/vegeta -cpus 1 attack \ + -dns-ttl -1 \ -unix-socket "$PGRST_SERVER_UNIX_SOCKET" \ -max-workers 1 \ -workers 1 \