We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63c87a1 commit 26b8efbCopy full SHA for 26b8efb
1 file changed
test/Garnet.test/TestUtils.cs
@@ -791,10 +791,7 @@ public static GarnetServerOptions GetGarnetServerOptions(
791
ReplicaSyncTimeout = replicaSyncTimeout <= 0 ? Timeout.InfiniteTimeSpan : TimeSpan.FromSeconds(replicaSyncTimeout),
792
EnableVectorSetPreview = enableVectorSetPreview,
793
ExpiredObjectCollectionFrequencySecs = expiredObjectCollectionFrequencySecs,
794
-<<<<<<< HEAD
795
-=======
796
- ThreadPoolMinIOCompletionThreads = threadPoolMinIOCompletionThreads
797
->>>>>>> 5e94fadf15 (use server options instead of hackery - kick miniothreads up for all cluster tests using SimpleSetupCluster)
+ ThreadPoolMinIOCompletionThreads = threadPoolMinIOCompletionThreads,
798
};
799
800
if (lowMemory)
0 commit comments