Skip to content

Commit

Permalink
Increase inner status check delay
Browse files Browse the repository at this point in the history
  • Loading branch information
xmariachi committed Nov 14, 2024
1 parent 020069a commit f0c7116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion usecase/spawn_actor_processes.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const NUM_SUBMISSION_WINDOWS_FOR_SUBMISSION_NEARNESS int64 = 2
const NEARNESS_CORRECTION_FACTOR float64 = 1.0

// Minimum wait time between status checks
const WAIT_TIME_STATUS_CHECKS int64 = 1
const WAIT_TIME_STATUS_CHECKS int64 = 2

// ActorProcessParams encapsulates the configuration needed for running actor processes
type ActorProcessParams[T lib.TopicActor] struct {
Expand Down

0 comments on commit f0c7116

Please sign in to comment.