Skip to content

Commit

Permalink
revert max threads in pool
Browse files Browse the repository at this point in the history
  • Loading branch information
badrishc committed Aug 13, 2019
1 parent 789d38e commit 572b8bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cs/test/BasicFASTERTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ internal class BasicFASTERTests
[SetUp]
public void Setup()
{
ThreadPool.SetMaxThreads(4, 4);
log = Devices.CreateLogDevice(TestContext.CurrentContext.TestDirectory + "\\hlog1.log", deleteOnClose: true);
fht = new FasterKV<KeyStruct, ValueStruct, InputStruct, OutputStruct, Empty, Functions>
(128, new Functions(), new LogSettings { LogDevice = log, MemorySizeBits = 29 });
Expand Down

0 comments on commit 572b8bd

Please sign in to comment.