r2dbc-mysql icon indicating copy to clipboard operation
r2dbc-mysql copied to clipboard

Query TImeout Option Question

Open kihwankim opened this issue 1 year ago • 0 comments

Hello I am using spring boot 2.6, data r2dbc and dev.miku r2dbc-mysql I try to find query time out options but I can not find.... is there the same on as the jpa setting information blow??

spring.jpa.properties.javax.persistence.query.timeout=5000

spring.jpa.properties.javax.persistence.lock.timeout=5000

kihwankim avatar Nov 21 '23 02:11 kihwankim