diff options
| author | dakkar <dakkar@thenautilus.net> | 2024-06-03 16:29:19 +0000 |
|---|---|---|
| committer | Amelia Yukii <amelia.yukii@shourai.de> | 2024-06-03 16:29:19 +0000 |
| commit | 082e1d1afb44cc866d75c37ab5e0f7ca8701796b (patch) | |
| tree | 62cb28706906f18cf6a8ab2f2efe7838cc654972 /.config/example.yml | |
| parent | merge: set the correct "marked an NSFW" when loading admin-user (!483) (diff) | |
| download | sharkey-082e1d1afb44cc866d75c37ab5e0f7ca8701796b.tar.gz sharkey-082e1d1afb44cc866d75c37ab5e0f7ca8701796b.tar.bz2 sharkey-082e1d1afb44cc866d75c37ab5e0f7ca8701796b.zip | |
allow setting separate timeout / max size for imports - fixes #479
Diffstat (limited to '.config/example.yml')
| -rw-r--r-- | .config/example.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.config/example.yml b/.config/example.yml index c037a280b6..c82e744ee1 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -287,5 +287,10 @@ checkActivityPubGetSignature: false # Upload or download file size limits (bytes) #maxFileSize: 262144000 +# timeout and maximum size for imports (e.g. note imports) +#import: +# downloadTimeout: 30 +# maxFileSize: 262144000 + # PID File of master process #pidFile: /tmp/misskey.pid |