Skip to content

Commit 6d66b5a

Browse files
committed
fb
1 parent 5e29246 commit 6d66b5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/ScheduleDemo/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
Console.WriteLine($"Deleted schedule {schedule.ScheduleId}");
7272
}
7373

74-
// Create schedule options that runs every 30 seconds
74+
// Create schedule options that runs every 4 seconds
7575
ScheduleCreationOptions scheduleOptions = new ScheduleCreationOptions
7676
{
7777
OrchestrationName = nameof(StockPriceOrchestrator),

0 commit comments

Comments
 (0)