forked from MirrorHub/synapse
Remove redundant vars
This commit is contained in:
parent
ab822a2d1f
commit
47b25ba5f3
1 changed files with 0 additions and 3 deletions
|
@ -33,9 +33,6 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
class WorkerProfileHandler(BaseHandler):
|
||||
PROFILE_UPDATE_MS = 60 * 1000
|
||||
PROFILE_UPDATE_EVERY_MS = 24 * 60 * 60 * 1000
|
||||
|
||||
def __init__(self, hs):
|
||||
super(WorkerProfileHandler, self).__init__(hs)
|
||||
|
||||
|
|
Loading…
Reference in a new issue