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

* maxFileSize

* CHANGELOG
This commit is contained in:
MeiMei
2021-09-04 20:33:14 +09:00
committed by GitHub
parent da20675ada
commit e21ff916b0
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;