Basho Erlang didn't like o_sync

Or some options, trying sync.
This commit is contained in:
Martin Sumner 2016-11-26 23:03:07 +00:00
parent 8f83c5226d
commit 0cb5fa39d9

View file

@ -536,7 +536,7 @@ set_writeops(SyncStrategy) ->
sync ->
[sync | ?WRITE_OPS];
riak_sync ->
[o_sync | ?WRITE_OPS];
[sync | ?WRITE_OPS];
none ->
?WRITE_OPS
end.