fusesource / leveldbjni

A Java Native Interface to LevelDB
BSD 3-Clause "New" or "Revised" License
535 stars 145 forks source link

How to set Options.max_file_size? #84

Open bsploit opened 7 years ago

bsploit commented 7 years ago

In google code in options.cc there is property "max_file_size". Is it possible to set it somehow via leveldnjni? I want to play with this parameter because I want to store large amount of data in leveldb