mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-01-04 06:16:36 +08:00
优化代码
This commit is contained in:
@@ -57,10 +57,10 @@ func (this *CC2Checkpoint) RequestValue(req requests.Request, param string, opti
|
||||
period = 7 * 86400
|
||||
}
|
||||
|
||||
var threshold = options.GetInt64("threshold")
|
||||
/**var threshold = options.GetInt64("threshold")
|
||||
if threshold <= 0 {
|
||||
threshold = 1000
|
||||
}
|
||||
}**/
|
||||
|
||||
var ignoreCommonFiles = options.GetBool("ignoreCommonFiles")
|
||||
if ignoreCommonFiles {
|
||||
|
||||
Reference in New Issue
Block a user