Skip to content
Snippets Groups Projects

Pylon properties from master machine

Merged Nicolas Pope requested to merge feature/gainshare into master
7 files
+ 86
3
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -88,6 +88,7 @@ static void run(ftl::Configurable *root) {
@@ -88,6 +88,7 @@ static void run(ftl::Configurable *root) {
if (opt_time_master) {
if (opt_time_master) {
time_peer = *opt_time_master;
time_peer = *opt_time_master;
LOG(INFO) << "Found a time master: " << time_peer.to_string();
LOG(INFO) << "Found a time master: " << time_peer.to_string();
 
ftl::timer::setTimeMaster(time_peer);
}
}
int sync_counter = 0;
int sync_counter = 0;
Loading