Indexer: switched to user input (with previous value support) for the NSIDE value. Testing indexer_multithread version added. Ingester: minor code tweaks
This commit is contained in:
@@ -166,11 +166,8 @@ class Command(BaseCommand):
|
||||
#Timestamp and progress self.stdout.write statement
|
||||
self.stdout.write(f"[{current_time()}] {ingested_files_count}/{len(catalog_files)}")
|
||||
|
||||
del df
|
||||
del gaiasource_fields
|
||||
del common_fields
|
||||
del df_filtered
|
||||
del data_dict
|
||||
del df, gaiasource_fields, common_fields, df_filtered, data_dict
|
||||
|
||||
gc.collect()
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user