Skip to content

Commit 73bb0e4

Browse files
Merlin Rabensmerlinrabens
authored andcommitted
#2309 Increase start and incremental mapdb size to 4KB
Signed-off-by: Merlin Rabens <merlin.rabens@intenthq.com>
1 parent b30b35a commit 73bb0e4

File tree

1 file changed

+2
-2
lines changed
  • src/test/scala/com/intenthq/action_processor/integrations

1 file changed

+2
-2
lines changed

src/test/scala/com/intenthq/action_processor/integrations/Defaults.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ object Defaults {
99

1010
val mapDbSettings: MapDbSettings = MapDbSettings(
1111
dbPath = Paths.get("/tmp"),
12-
startDbSize = 1L * 1024 * 1024,
13-
incSize = 1L,
12+
startDbSize = 4L * 1024,
13+
incSize = 4L * 1024,
1414
segments = 16,
1515
nodeSize = 128,
1616
levels = 4

0 commit comments

Comments
 (0)