Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
lpgauth committed Mar 18, 2024
1 parent 6887b6b commit 636f31a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion include/marina_internal.hrl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
-define(DEFAULT_CONNECT_RETRY, 500).
-define(DEFAULT_CONSISTENCY_LEVEL, ?CONSISTENCY_ONE).
-define(DEFAULT_FLAGS, []).
-define(DEFAULT_IP, "192.168.215.2").
-define(DEFAULT_IP, "127.0.0.1").
-define(DEFAULT_PID, self()).
-define(DEFAULT_POOL_SIZE, 16).
-define(DEFAULT_POOL_STRATEGY, random).
Expand Down
2 changes: 2 additions & 0 deletions test/marina_tests.erl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
marina_test_() ->
{setup,
fun () -> setup([
{bootstrap_ips, ["192.168.215.2"]},
{keyspace, <<"test">>},
{pool_size, 1}
]) end,
Expand All @@ -27,6 +28,7 @@ marina_test_() ->
marina_compression_test_() ->
{setup,
fun () -> setup([
{bootstrap_ips, ["192.168.215.2"]},
{compression, true},
{keyspace, <<"test">>}
]) end,
Expand Down

0 comments on commit 636f31a

Please sign in to comment.