Created
March 16, 2022 09:57
-
-
Save neuecc/7e20a3fae747fa1966bbd9a04dac1998 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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