mirror of
https://github.com/aljazceru/crawler_v2.git
synced 2025-12-17 07:24:21 +01:00
changed default value of promotion wait arbiter
This commit is contained in:
@@ -32,7 +32,7 @@ func NewArbiterConfig() ArbiterConfig {
|
|||||||
Activation: 0.01,
|
Activation: 0.01,
|
||||||
Promotion: 0.1,
|
Promotion: 0.1,
|
||||||
Demotion: 1.05,
|
Demotion: 1.05,
|
||||||
PromotionWait: time.Hour,
|
PromotionWait: 24 * time.Hour,
|
||||||
PingWait: time.Minute,
|
PingWait: time.Minute,
|
||||||
PrintStats: true,
|
PrintStats: true,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user