Skip to content

Commit

Permalink
Write the metadata every 1hr by default, useful for extremely large d…
Browse files Browse the repository at this point in the history
…atasets (fix)
  • Loading branch information
bghira committed Nov 14, 2023
1 parent 9d99390 commit 27661eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helpers/multiaspect/bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ def __init__(
self.resolution = resolution
self.resolution_type = resolution_type
self.delete_problematic_images = delete_problematic_images
self.metadata_update_interval = metadata_update_interval

def __len__(self):
"""
Expand Down

0 comments on commit 27661eb

Please sign in to comment.