mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2026-01-03 09:25:42 +10:00
increase chmod timeout for large folders
This commit is contained in:
@@ -291,7 +291,7 @@ def create_archive(export_file, service, resume=None):
|
||||
|
||||
dump_index(links, service)
|
||||
|
||||
run(['chmod', '-R', '755', service], timeout=1)
|
||||
run(['chmod', '-R', '755', service], timeout=10)
|
||||
|
||||
print('[*] [{}] Created archive index.'.format(datetime.now().strftime('%Y-%m-%d %H:%M:%S')))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user