From fdbf6a61600745b5cb1022117dcd9b06d392dc84 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Tue, 23 Feb 2021 19:00:44 +0300 Subject: - Remove unneeded mutex from the `http.Workers` method. - Rename `checker` plugin package to `status`, remove `/v1` endpoint prefix (#557) - Add static, headers, status, gzip plugins to the `main.go`. Signed-off-by: Valery Piashchynski --- .rr.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.rr.yaml') diff --git a/.rr.yaml b/.rr.yaml index 2ce7b542..5e214da2 100755 --- a/.rr.yaml +++ b/.rr.yaml @@ -99,7 +99,7 @@ http: supervisor: # watch_tick defines how often to check the state of the workers (seconds) watch_tick: 1s - # ttl defines maximum time worker is allowed to live (seconds) + # ttl defines maximum time worker is allowed to live (seconds) (soft) ttl: 0 # idle_ttl defines maximum duration worker can spend in idle mode after first use. Disabled when 0 (seconds) idle_ttl: 10s -- cgit v1.2.3