21640: Stop accidentally reducing NOFILE limit.
[arvados.git] / lib / crunchrun / crunchrun_test.go
index b7635f0ecdcaa1fdddf40c9e60394aa4a770edd0..e51dfe629bc6b8922b31f6e28b46e00295e0f323 100644 (file)
@@ -308,14 +308,8 @@ func (client *ArvTestClient) Update(resourceType string, uuid string, parameters
 }
 
 var discoveryMap = map[string]interface{}{
-       "defaultTrashLifetime":               float64(1209600),
-       "crunchLimitLogBytesPerJob":          float64(67108864),
-       "crunchLogThrottleBytes":             float64(65536),
-       "crunchLogThrottlePeriod":            float64(60),
-       "crunchLogThrottleLines":             float64(1024),
-       "crunchLogPartialLineThrottlePeriod": float64(5),
-       "crunchLogBytesPerEvent":             float64(4096),
-       "crunchLogSecondsBetweenEvents":      float64(1),
+       "crunchLogUpdateSize":   float64(crunchLogUpdateSize),
+       "crunchLogUpdatePeriod": float64(crunchLogUpdatePeriod.Seconds()),
 }
 
 func (client *ArvTestClient) Discovery(key string) (interface{}, error) {