remove tmpfs (#603)

This commit is contained in:
wengtad 2021-07-02 04:42:40 +08:00 committed by GitHub
commit 7d3983d2ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 7 deletions

View file

@ -43,7 +43,6 @@ loglevel = use_loglevel
workers = web_concurrency
bind = use_bind
errorlog = use_errorlog
worker_tmp_dir = "/mem" # "/dev/shm"
accesslog = use_accesslog
graceful_timeout = int(graceful_timeout_str)
timeout = int(timeout_str)