You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/common.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -306,6 +306,7 @@ struct common_params {
306
306
int32_t timeout_write = timeout_read; // http write timeout in seconds
307
307
int32_t n_threads_http = -1; // number of threads to process HTTP requests (TODO: support threadpool)
308
308
int32_t n_cache_reuse = 0; // min chunk size to reuse from the cache via KV shifting
309
+
int32_t standby_timeout = 0; // time that must pass since a request has been processed before server terminates in order to save resources. If -1, then never terminate automatically.
0 commit comments