Skip to content

Commit 75019e1

Browse files
Bug fix
1 parent 7205c93 commit 75019e1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ var config *ConfigStruct = &ConfigStruct{
227227
BanByPUStartMB: 20,
228228
BanByPUStartPercent: 2,
229229
BanByPUAntiErrorRatio: 3,
230+
banByRelativeProgressUploaded: false,
231+
banByRelativePUStartMB: 20,
230232
BanByRelativePUStartPercent: 3,
231233
BanByRelativePUAntiErrorRatio: 3,
232234
}

0 commit comments

Comments
 (0)