Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit a11d835

Browse files
committed
Fix build error
1 parent 3e81055 commit a11d835

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Console.Tests/BlockingPop.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ public void Execute()
2121
//RedisConfig.DefaultRetryTimeout = 15 * 1000;
2222
RedisConfig.DefaultIdleTimeOutSecs = 240;
2323
RedisConfig.BackOffMultiplier = 10;
24-
RedisConfig.BufferLength = 1450;
2524
RedisConfig.BufferPoolMaxSize = 500000;
2625
RedisConfig.VerifyMasterConnections = true;
2726
RedisConfig.HostLookupTimeoutMs = 1000;

0 commit comments

Comments
 (0)