We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 019adbe commit ac94826Copy full SHA for ac94826
simvue/run.py
@@ -79,7 +79,7 @@
79
80
HEARTBEAT_INTERVAL: int = 60
81
RESOURCES_METRIC_PREFIX: str = "resources"
82
-TOTAL_GRID_METRIC_SIZE: int = 1e7
+TOTAL_GRID_METRIC_SIZE: int = 1e6
83
MAXIMUM_GRID_METRIC_SIZE: int = 5 * 10**4
84
85
logger = logging.getLogger(__name__)
0 commit comments