mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
fix unapplied bug in diag space
This commit is contained in:
parent
3f14fefcb1
commit
a1cde761f5
@ -38,6 +38,7 @@ public class DiagSpace implements ActivityDefObserver, AutoCloseable {
|
||||
public DiagSpace(String name, NBConfiguration cfg) {
|
||||
this.cfg = cfg;
|
||||
this.name = name;
|
||||
applyConfig(cfg);
|
||||
logger.trace("diag space initialized as '" + name + "'");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user