mirror of
https://github.com/crawlab-team/crawlab.git
synced 2026-01-29 18:00:51 +01:00
feat: added modules
This commit is contained in:
5
core/task/log/default.go
Normal file
5
core/task/log/default.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package log
|
||||
|
||||
import "time"
|
||||
|
||||
var DefaultLogTtl = 30 * 24 * time.Hour
|
||||
Reference in New Issue
Block a user