Mas i335 otp24 (#336)
* Address OTP24 warnings, ct and eunit paths * Reorg to add OTP 24 support * Update VOLUME.md * Correct broken refs * Update README.md * CI on all main branches Co-authored-by: Ulf Wiger <ulf@wiger.net>
This commit is contained in:
parent
2c53c0a85a
commit
ed0301e2cf
43 changed files with 99 additions and 553 deletions
|
@ -169,18 +169,7 @@ encode_maybe_binary(Bin) ->
|
|||
%% =================================================
|
||||
|
||||
sync_strategy() ->
|
||||
case erlang:system_info(otp_release) of
|
||||
"17" ->
|
||||
sync;
|
||||
"18" ->
|
||||
sync;
|
||||
"19" ->
|
||||
sync;
|
||||
_ ->
|
||||
% running the sync strategy with OTP16 on macbook is
|
||||
% super slow. So revert to no sync
|
||||
none
|
||||
end.
|
||||
none.
|
||||
|
||||
book_riakput(Pid, RiakObject, IndexSpecs) ->
|
||||
leveled_bookie:book_put(Pid,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue