Skip to content

Commit

Permalink
chore: capture interval to 60s
Browse files Browse the repository at this point in the history
  • Loading branch information
crazyoptimist committed Aug 4, 2024
1 parent fa96ede commit de4adeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/client/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import (
"screencapturer/internal/infrastructure/server"
)

const REQUEST_INTERVAL_IN_SECONDS = 12
const REQUEST_INTERVAL_IN_SECONDS = 60

var outDirPath string
var wg sync.WaitGroup
Expand Down

0 comments on commit de4adeb

Please sign in to comment.