Skip to content

Commit

Permalink
Add ArenaMemoryCache to apply headless change
Browse files Browse the repository at this point in the history
  • Loading branch information
U-lis committed Nov 18, 2023
1 parent 6dc173a commit f72d441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NineChronicles.DataProvider.Executable/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,8 @@ IActionEvaluatorConfiguration GetActionEvaluatorConfiguration(IConfiguration con
{
RpcRemoteSever = false
},
new ConcurrentDictionary<string, Sentry.ITransaction>()
new ConcurrentDictionary<string, Sentry.ITransaction>(),
new ArenaMemoryCache()
);

if (headlessConfig.LogActionRenders)
Expand Down

0 comments on commit f72d441

Please sign in to comment.