enable workload regulation by default

This commit is contained in:
Andrew Meadows 2018-08-31 16:00:27 -07:00
parent b94dd526b9
commit 49e48f5ea0

View file

@ -192,7 +192,7 @@ namespace workload {
struct Data {
bool regulateViewRanges{ false }; // regulation is OFF by default
bool regulateViewRanges{ true }; // regulation is ON by default
} data;
struct DataExport {