Skip to content

Commit b377f53

Browse files
author
hewang.txh
committed
alter default config item.
1 parent 85b7f18 commit b377f53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/EQueue/Broker/BrokerSetting.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ public BrokerSetting(string chunkFileStoreRootPath = @"c:\equeue-store", int mes
9393
chunkCacheMinPercent,
9494
1,
9595
5,
96-
500000,
96+
300000,
9797
true);
9898
QueueChunkConfig = new ChunkManagerConfig(
9999
Path.Combine(chunkFileStoreRootPath, @"queue-chunks"),
@@ -111,7 +111,7 @@ public BrokerSetting(string chunkFileStoreRootPath = @"c:\equeue-store", int mes
111111
chunkCacheMinPercent,
112112
1,
113113
5,
114-
500000,
114+
1000000,
115115
false);
116116
}
117117
}

0 commit comments

Comments
 (0)