Skip to content

Commit

Permalink
Documentation improv
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebakov Dmitriy Sergeevich committed Apr 22, 2020
1 parent 225cae7 commit 31f5d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ Horarium guarantees that a job would run **exactly once**

Every Horarium instance consults MongoDB about new jobs to run every 100ms (default), thus creating some load on the DB server. This interval can be changed in ```HorariumSettings```

If you want to decrease load, you can use job throttling that will automatically increase interval if there are no jobs available after certain attempts. To enable this feature, pass `JobThrottleSettings` to `HorariumSettings` with property `UseJobThrottle` set to true.
If you want to decrease load, you can use job throttling that will automatically increase interval if there are no jobs available after certain attempts. To enable this feature, pass `JobThrottleSettings` to `HorariumSettings` with property `UseJobThrottle` set to `true`.

```csharp
var settings = new HorariumSettings
Expand Down

0 comments on commit 31f5d89

Please sign in to comment.