Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
ajami1331 committed Jul 12, 2024
1 parent 303fd4c commit b03eef7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sojj/Services/SandBoxService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ public class SandboxService : ISandboxService
private readonly long cpuLimitForRuns;
private readonly long outputLimitForRuns;

private readonly long stackLimitForRuns;

public SandboxService(ILogger<SandboxService> logger, IConfiguration configuration)
{
this.logger = logger;
Expand Down

0 comments on commit b03eef7

Please sign in to comment.