You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "justinpark (via GitHub)" <gi...@apache.org> on 2023/06/29 18:37:50 UTC

[GitHub] [superset] justinpark commented on a diff in pull request #24536: fix(sqllab): Add threshold for checking inactive queries

justinpark commented on code in PR #24536:
URL: https://github.com/apache/superset/pull/24536#discussion_r1246976248


##########
superset-frontend/src/SqlLab/actions/sqlLab.js:
##########
@@ -201,8 +201,8 @@ export function estimateQueryCost(queryEditor) {
   };
 }
 
-export function clearInactiveQueries() {
-  return { type: CLEAR_INACTIVE_QUERIES };
+export function clearInactiveQueries(interval) {

Review Comment:
   Good catch. I pushed the missing part.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org