[Java] Fixed a compile error caused in some Java version.
This commit is contained in:
parent
3e0b93b5da
commit
e537a840c2
@ -1120,7 +1120,7 @@ public class DbBenchmark {
|
||||
block_size(defaultOptions_.blockSize(),
|
||||
"Number of bytes in a block.") {
|
||||
@Override public Object parseValue(String value) {
|
||||
return Integer.parseInt(value);
|
||||
return Long.parseLong(value);
|
||||
}
|
||||
},
|
||||
compressed_cache_size(-1,
|
||||
|
Loading…
Reference in New Issue
Block a user