Commit def7bf40 authored by Antoine Millet's avatar Antoine Millet
Browse files

kill_oldcli is now an hidden job.

parent b5d0f55a
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -73,7 +73,8 @@ class CCServer(object):
        self._update_accounts()

        # Running server internal jobs:
        self.jobs.create('kill_oldcli', maxcon=maxcon, maxidle=maxidle)
        self.jobs.create('kill_oldcli', maxcon=maxcon, maxidle=maxidle,
                         _hidden=True)

    def _update_accounts(self):
        '''