mirror of https://gitlab.com/bashrc2/epicyon
More profiling
parent
d4bde42c90
commit
999cd95369
4
inbox.py
4
inbox.py
|
@ -4055,6 +4055,10 @@ def _inbox_after_initial(server, inbox_start_time,
|
||||||
|
|
||||||
# update the indexes for different timelines
|
# update the indexes for different timelines
|
||||||
for boxname in update_index_list:
|
for boxname in update_index_list:
|
||||||
|
fitness_performance(inbox_start_time,
|
||||||
|
server.fitness,
|
||||||
|
'INBOX', 'box_' + boxname,
|
||||||
|
debug)
|
||||||
if not inbox_update_index(boxname, base_dir, handle,
|
if not inbox_update_index(boxname, base_dir, handle,
|
||||||
destination_filename, debug):
|
destination_filename, debug):
|
||||||
fitness_performance(inbox_start_time,
|
fitness_performance(inbox_start_time,
|
||||||
|
|
Loading…
Reference in New Issue