mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-22 20:23:12 +00:00
increase chmod timeout for large folders
This commit is contained in:
parent
99e336b4fd
commit
0d6e9e6341
1 changed files with 1 additions and 1 deletions
|
@ -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')))
|
||||
|
||||
|
|
Loading…
Reference in a new issue