You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 28, 2021. It is now read-only.
gitbase-web does a KILL to cancel running queries. To find the ID it relies on SHOW FULL PROCESSLIST, but it would be more robust If we had CONNECTION_ID available.
Context: src-d/gitbase-web#264
The text was updated successfully, but these errors were encountered:
gitbase-web does a
KILL
to cancel running queries. To find the ID it relies onSHOW FULL PROCESSLIST
, but it would be more robust If we hadCONNECTION_ID
available.Context: src-d/gitbase-web#264
The text was updated successfully, but these errors were encountered: