initdb cache

This commit is contained in:
Heikki Linnakangas
2024-09-12 01:20:59 +03:00
parent 8e7f336540
commit 4da40cbbfb
2 changed files with 5 additions and 1 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ class NeonBroker:
raise RuntimeError(
f"timed out waiting {elapsed:.0f}s for storage_broker start: {e}"
) from e
time.sleep(0.5)
time.sleep(0.1)
else:
break # success