Skip to content

Commit af51f74

Browse files
committed
Add pool recycle to ispyb
1 parent 7cc852d commit af51f74

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/murfey/server/ispyb.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
bind=create_engine(
4747
url(credentials=security_config.ispyb_credentials),
4848
connect_args={"use_pure": True},
49+
pool_recycle=250,
4950
)
5051
)
5152
log.info("Loaded ISPyB database session")

0 commit comments

Comments
 (0)