Skip to content

Commit

Permalink
Activate changes in temporalio#4990 and temporalio#5034
Browse files Browse the repository at this point in the history
  • Loading branch information
dnr committed Oct 25, 2023
1 parent 276d610 commit edea578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/worker/scheduler/workflow.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ var (
RecentActionCount: 10,
FutureActionCountForList: 5,
RecentActionCountForList: 5,
IterationsBeforeContinueAsNew: 500, // TODO: change to 0 to use GetContinueAsNewSuggested
IterationsBeforeContinueAsNew: 0,
SleepWhilePaused: true,
MaxBufferSize: 1000,
AllowZeroSleep: true,
Expand Down

0 comments on commit edea578

Please sign in to comment.