fix null pointer exception
filename were generated without '$', but the parsing code expected the '$'.
This commit is contained in:
@@ -63,7 +63,7 @@ public class PerformanceDb implements AutoCloseable {
|
||||
|
||||
public void put(final BlockingIterator<Entry> entries) throws WriteException {
|
||||
|
||||
final Duration timeBetweenSyncs = Duration.ofSeconds(1);
|
||||
final Duration timeBetweenSyncs = Duration.ofSeconds(10);
|
||||
long count = 0;
|
||||
long insertionsSinceLastSync = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user