is it possible to set the time out in xml file less than 1s #3229
Unanswered
jiangxiaoqiang
asked this question in
Q&A
Replies: 1 comment
-
Hello @jiangxiaoqiang , MyBatis' query timeout is based on java.sql.Statement#setQueryTimeout(int), so it only supports seconds. People who need millisecond precision use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Today I found the mybatis support the timeout with seconds, is it possible to set the timeout less than 1s? for example, how to set the sql query timeout to 500ms?
Beta Was this translation helpful? Give feedback.
All reactions