This commit is contained in:
Mike Place 2014-10-29 20:43:16 -06:00
parent 6474d56bbe
commit 696862fa99

View File

@ -166,7 +166,6 @@ class Maintenance(multiprocessing.Process):
if now - last >= self.opts['search_index_interval']:
self.search.index()
def handle_key_rotate(self, now):
'''
Rotate the AES key on a schedule
@ -256,7 +255,6 @@ class Master(SMaster):
)
SMaster.__init__(self, opts)
def __set_max_open_files(self):
# Let's check to see how our max open files(ulimit -n) setting is
mof_s, mof_h = resource.getrlimit(resource.RLIMIT_NOFILE)