mirromutth / r2dbc-mysql

R2DBC MySQL Implementation
Apache License 2.0
656 stars 98 forks source link

Query TImeout Option Question #252

Open kihwankim opened 1 year ago

kihwankim commented 1 year ago

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