implement optional watchdog for remote connections
[scpubgit/Object-Remote.git] / lib / Object / Remote / FatNode.pm
index d60b81d..6da6676 100644 (file)
@@ -106,7 +106,7 @@ my $end = stripspace <<'END_END';
 
   use strictures 1;
   use Object::Remote::Node;
-  Object::Remote::Node->run;
+  Object::Remote::Node->run(watchdog_timeout => $WATCHDOG_TIMEOUT);
 END_END
 
 my %files = map +($mods{$_} => scalar do { local (@ARGV, $/) = ($_); <> }),