Show More
@@ -904,7 +904,7 class Hub(SessionFactory): | |||
|
904 | 904 | |
|
905 | 905 | self.log.debug("registration::register_engine(%i, %r)", eid, uuid) |
|
906 | 906 | |
|
907 | content = dict(id=eid,status='ok') | |
|
907 | content = dict(id=eid,status='ok',hb_period=self.heartmonitor.period) | |
|
908 | 908 | # check if requesting available IDs: |
|
909 | 909 | if cast_bytes(uuid) in self.by_ident: |
|
910 | 910 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now