mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-23 11:09:23 +01:00
Do we really need the timestamp here?
This commit is contained in:
parent
3d1bc55460
commit
16c832bd62
@ -127,11 +127,11 @@ def upkeep(scheduleNext=True):
|
|||||||
log.debug('Pattern cache size: %s'%len(ircutils._patternCache))
|
log.debug('Pattern cache size: %s'%len(ircutils._patternCache))
|
||||||
log.debug('HostmaskPatternEqual cache size: %s' %
|
log.debug('HostmaskPatternEqual cache size: %s' %
|
||||||
len(ircutils._hostmaskPatternEqualCache))
|
len(ircutils._hostmaskPatternEqualCache))
|
||||||
timestamp = log.timestamp()
|
#timestamp = log.timestamp()
|
||||||
if flushed:
|
if flushed:
|
||||||
log.info('%s Flushers flushed and garbage collected.', timestamp)
|
log.info('Flushers flushed and garbage collected.')
|
||||||
else:
|
else:
|
||||||
log.info('%s Garbage collected.', timestamp)
|
log.info('Garbage collected.')
|
||||||
if scheduleNext:
|
if scheduleNext:
|
||||||
schedule.addEvent(upkeep, time.time() + conf.supybot.upkeepInterval())
|
schedule.addEvent(upkeep, time.time() + conf.supybot.upkeepInterval())
|
||||||
collected = gc.collect()
|
collected = gc.collect()
|
||||||
|
Loading…
Reference in New Issue
Block a user