Remove counter, yield everytime

This commit is contained in:
Leeingnyo
2021-09-18 10:59:43 +09:00
parent 9769e760a0
commit b56e16e1e1
5 changed files with 6 additions and 25 deletions
-2
View File
@@ -133,9 +133,7 @@ class Library
storage = Storage.new auto_close: false
count = Config.current.forcely_yield_count
examine_context : ExamineContext = {
file_counter: (YieldCounter.new count),
cached_contents_signature: {} of String => String,
deleted_title_ids: [] of String,
deleted_entry_ids: [] of String,