diff options
author | Frederick Muriuki Muriithi | 2023-11-28 10:03:13 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2023-11-28 10:03:13 +0300 |
commit | d10d2bb5d58d8f93ee76f38c6238d11998b21daf (patch) | |
tree | 18e029bce0bc662dd864d49bf33f1309c6c9b553 /issues | |
parent | d4c9989b807de98f7f6092df8b682b53f78f9d51 (diff) | |
download | gn-gemtext-d10d2bb5d58d8f93ee76f38c6238d11998b21daf.tar.gz |
Close issue: big file upload fails
Diffstat (limited to 'issues')
-rw-r--r-- | issues/quality-control/big-file-upload-fails.gmi | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/issues/quality-control/big-file-upload-fails.gmi b/issues/quality-control/big-file-upload-fails.gmi index 6738c99..a8fe20d 100644 --- a/issues/quality-control/big-file-upload-fails.gmi +++ b/issues/quality-control/big-file-upload-fails.gmi @@ -5,7 +5,7 @@ * assigned: fredm * priority: high * type: bug -* status: open, started +* status: closed, completed * keywords: qc, quality control ## Description @@ -34,3 +34,10 @@ LimitRequestBody 53687091200 ``` but it does not seem to change matters. + + +Adding +``` +timeout=900 +``` +to the gunicorn configuration file fixed the issue. |