Skip to content

Instantly share code, notes, and snippets.

@dcomartin
Created October 14, 2020 21:21
Show Gist options
  • Save dcomartin/ca9bac244e7d6e86755fba5f3bf89845 to your computer and use it in GitHub Desktop.
Save dcomartin/ca9bac244e7d6e86755fba5f3bf89845 to your computer and use it in GitHub Desktop.
services.AddHangfireServer(options =>
{
options.WorkerCount = 30;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment