Skip to content

Commit

Permalink
Increase sleepyness (yawn)
Browse files Browse the repository at this point in the history
  • Loading branch information
Acly committed Jan 20, 2025
1 parent 8ff40c7 commit 68ba9a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_diffusion/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ async def rename_extracted_folder(name: str, path: Path, suffix: str):
return
except Exception as e:
log.warning(f"Rename failed during {name} installation: {str(e)} - retrying...")
await asyncio.sleep(0.3)
await asyncio.sleep(1)
extracted_folder.rename(path)


Expand Down

0 comments on commit 68ba9a2

Please sign in to comment.