diff options
| author | dakkar <dakkar@thenautilus.net> | 2025-01-23 12:46:32 +0000 |
|---|---|---|
| committer | dakkar <dakkar@thenautilus.net> | 2025-01-23 12:46:32 +0000 |
| commit | 7004789c53f040c05b230a1c2cf97f3e379316d8 (patch) | |
| tree | 1e6d1ff6e692e43bcebe7d9462b265e75321aa3a /.config | |
| parent | use `import` configuration for media downloads in notes importer (diff) | |
| download | sharkey-7004789c53f040c05b230a1c2cf97f3e379316d8.tar.gz sharkey-7004789c53f040c05b230a1c2cf97f3e379316d8.tar.bz2 sharkey-7004789c53f040c05b230a1c2cf97f3e379316d8.zip | |
while we're here, fix the example and comment
Diffstat (limited to '.config')
| -rw-r--r-- | .config/example.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/example.yml b/.config/example.yml index ba8e818b5d..f781b72b91 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -341,9 +341,9 @@ checkActivityPubGetSignature: false # Upload or download file size limits (bytes) #maxFileSize: 262144000 -# timeout and maximum size for imports (e.g. note imports) +# timeout (in milliseconds) and maximum size for imports (e.g. note imports) #import: -# downloadTimeout: 30 +# downloadTimeout: 30000 # maxFileSize: 262144000 # PID File of master process |