Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Nov 21, 2024
1 parent d5d3675 commit 9397a6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xray/services/scan.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (

// Get scan results timeouts
defaultMaxWaitMinutes = 45 * time.Minute // 45 minutes
defaultSyncSleepInterval = 3 * time.Minute // 5 seconds
defaultSyncSleepInterval = 5 * time.Second // 5 seconds

// ScanType values
Dependency ScanType = "dependency"
Expand Down

0 comments on commit 9397a6b

Please sign in to comment.