Make file upload limits configurable (#1079)

This commit is contained in:
InfiniteTF
2021-01-29 10:27:02 +01:00
committed by GitHub
parent df8675c2e7
commit 89fcd6d775
6 changed files with 29 additions and 4 deletions

View File

@@ -14,4 +14,4 @@ func NullInt64(v int64) sql.NullInt64 {
Int64: v,
Valid: true,
}
}
}