Skip to content

Commit fee7565

Browse files
Simple-TrackerSimple-Tracker
authored andcommitted
Bug fix
1 parent 2b1b2ca commit fee7565

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
@@ -229,6 +229,8 @@ var config *ConfigStruct = &ConfigStruct{
229229
BanByPUStartMB: 20,
230230
BanByPUStartPercent: 2,
231231
BanByPUAntiErrorRatio: 3,
232+
BanByRelativeProgressUploaded: false,
233+
BanByRelativePUStartMB: 20,
232234
BanByRelativePUStartPercent: 3,
233235
BanByRelativePUAntiErrorRatio: 3,
234236
}

0 commit comments

Comments
 (0)