Skip to content

Instantly share code, notes, and snippets.

@neuecc
Created March 16, 2022 09:57
Show Gist options
  • Select an option

  • Save neuecc/7e20a3fae747fa1966bbd9a04dac1998 to your computer and use it in GitHub Desktop.

Select an option

Save neuecc/7e20a3fae747fa1966bbd9a04dac1998 to your computer and use it in GitHub Desktop.
using DFrame;
var builder = DFrameApp.CreateBuilder(7312, 7313);
builder.ConfigureWorker(x =>
{
x.IncludesDefaultHttpWorkload = true;
});
builder.Run();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment