Basho Erlang didn't like o_sync
Or some options, trying sync.
This commit is contained in:
parent
8f83c5226d
commit
0cb5fa39d9
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ set_writeops(SyncStrategy) ->
|
||||||
sync ->
|
sync ->
|
||||||
[sync | ?WRITE_OPS];
|
[sync | ?WRITE_OPS];
|
||||||
riak_sync ->
|
riak_sync ->
|
||||||
[o_sync | ?WRITE_OPS];
|
[sync | ?WRITE_OPS];
|
||||||
none ->
|
none ->
|
||||||
?WRITE_OPS
|
?WRITE_OPS
|
||||||
end.
|
end.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue