We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8cb358 commit 19be9d2Copy full SHA for 19be9d2
custom/conf/app.example.ini
@@ -1336,7 +1336,7 @@ LEVEL = Info
1336
;MAX_FILE_SIZE = 524288
1337
;;
1338
;; Maximum allowed rows to render CSV files. (Set to 0 for no limit)
1339
-;MAX_ROWS = 100000
+;MAX_ROWS = 2500
1340
1341
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
1342
modules/setting/ui.go
@@ -111,7 +111,7 @@ var UI = struct {
111
MaxRows int
112
}{
113
MaxFileSize: 524288,
114
- MaxRows: 100000,
+ MaxRows: 2500,
115
},
116
Admin: struct {
117
UserPagingNum int
0 commit comments