Skip to content

Commit 26b8efb

Browse files
fix merge
1 parent 63c87a1 commit 26b8efb

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test/Garnet.test/TestUtils.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -791,10 +791,7 @@ public static GarnetServerOptions GetGarnetServerOptions(
791791
ReplicaSyncTimeout = replicaSyncTimeout <= 0 ? Timeout.InfiniteTimeSpan : TimeSpan.FromSeconds(replicaSyncTimeout),
792792
EnableVectorSetPreview = enableVectorSetPreview,
793793
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)
794+
ThreadPoolMinIOCompletionThreads = threadPoolMinIOCompletionThreads,
798795
};
799796

800797
if (lowMemory)

0 commit comments

Comments
 (0)