diff options
| author | syuilo <Syuilotan@yahoo.co.jp> | 2018-08-16 07:31:58 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-08-16 07:31:58 +0900 |
| commit | ce16884587a6ce1baebdf5efe8b64cea12ca87d9 (patch) | |
| tree | 6dc5b6ccb9ba360899c4a090b487362a8c2e4edf | |
| parent | fix(package): update @types/webpack to version 4.4.10 (diff) | |
| download | misskey-ce16884587a6ce1baebdf5efe8b64cea12ca87d9.tar.gz misskey-ce16884587a6ce1baebdf5efe8b64cea12ca87d9.tar.bz2 misskey-ce16884587a6ce1baebdf5efe8b64cea12ca87d9.zip | |
Update example.yml
| -rw-r--r-- | .config/example.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/example.yml b/.config/example.yml index a24bd3aed8..9ea048f70b 100644 --- a/.config/example.yml +++ b/.config/example.yml @@ -50,7 +50,10 @@ remoteDriveCapacityMb: 8 # If enabled: # Server will not cache remote files (Using direct link instead). # You can save your storage. -# Users cannot see remote images when they turn off "Show media from a remote server" setting. +# +# NOTE: +# * Users cannot see remote images when they turn off "Show media from a remote server" setting. +# * Since thumbnails are not provided, traffic increases. preventCacheRemoteFiles: false drive: |