Skip to content
This repository has been archived by the owner on Sep 15, 2022. It is now read-only.

Commit

Permalink
add slowquerywarning detail
Browse files Browse the repository at this point in the history
  • Loading branch information
lukejyhuang committed Oct 12, 2019
1 parent 35438a5 commit ef85d5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/dbRequest.js
Expand Up @@ -30,7 +30,7 @@ class Request {

const slowQueryWarning = setTimeout(() => {
console.warn(
'Database operation is longer than 3s. Please check query performance and your network environment.'
`Database operation ${api} islonger than 3s. Please check query performance and your network environment.`
)
}, 3000)

Expand Down

0 comments on commit ef85d5a

Please sign in to comment.