MKehayov commented on code in PR #1698:
URL: https://github.com/apache/systemds/pull/1698#discussion_r981245897
##########
src/main/java/org/apache/sysds/conf/DMLConfig.java:
##########
@@ -122,6 +122,7 @@
public static final String FEDERATED_PAR_INST =
"sysds.federated.par_inst";
public static final String FEDERATED_PAR_CONN =
"sysds.federated.par_conn";
public static final String PRIVACY_CONSTRAINT_MOCK =
"sysds.federated.priv_mock";
+ public static final String FEDERATED_MONITOR_FREQUENCY =
"sysds.federated.monitorFreq";
Review Comment:
Done, but I wouldn't say it is a heartbeat, it is a "trigger" frequency of a
data collection process, I added a similar comment.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]