Skip to content

Commit 99afdcf

Browse files
committed
Fixed incorrect default map size value
1 parent 90a85fb commit 99afdcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LightningDB/LightningConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public static class Environment
1818
/// <summary>
1919
/// Default MapSize for new environments
2020
/// </summary>
21-
public const long LibDefaultMapSize = 10485760;
21+
public const long LibDefaultMapSize = 1048576;
2222

2323
/// <summary>
2424
/// Default MaxReaders for new environments

0 commit comments

Comments
 (0)