ファイルサイズのハードリミット (#7760)

* maxFileSize

* CHANGELOG
This commit is contained in:
MeiMei 2021-09-04 20:33:14 +09:00 committed by GitHub
parent da20675ada
commit e21ff916b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 28 additions and 1 deletions

View file

@ -39,6 +39,8 @@ export type Source = {
allowedPrivateNetworks?: string[];
maxFileSize?: number;
accesslog?: string;
clusterLimit?: number;