Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 1e9c6db

Browse files
committed
Increase maximum database upload size to 512MB
1 parent 52d9c94 commit 1e9c6db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const (
4646
const DefaultNumDisplayRows = 25
4747

4848
// The maximum database size accepted for upload (in MB)
49-
const MaxDatabaseSize = 100
49+
const MaxDatabaseSize = 512
5050

5151
// The maximum licence size accepted for upload (in MB)
5252
const MaxLicenceSize = 1

0 commit comments

Comments
 (0)