We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090afe5 commit 0e9b8c5Copy full SHA for 0e9b8c5
meshnet/jobs.go
@@ -15,7 +15,7 @@ func (s *Server) StartJobs() {
15
}
16
17
if _, err := s.scheduler.NewJob(
18
- gocron.DurationJob(500*time.Millisecond),
+ gocron.DurationJob(1*time.Second),
19
gocron.NewTask(JobMonitorFileshareProcess(s)),
20
gocron.WithName("job monitor fileshare process")); err != nil {
21
log.Println(internal.WarningPrefix, "job monitor fileshare process schedule error:", err)
0 commit comments