You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2021/01/22 22:04:26 UTC

[GitHub] [superset] graceguo-supercat commented on a change in pull request #12669: fix(explore): faster search for Change Dataset modal

graceguo-supercat commented on a change in pull request #12669:
URL: https://github.com/apache/superset/pull/12669#discussion_r562939723



##########
File path: superset-frontend/src/datasource/ChangeDatasourceModal.tsx
##########
@@ -133,7 +133,7 @@ const ChangeDatasourceModal: FunctionComponent<ChangeDatasourceModalProps> = ({
         }),
       });
     },
-    1000,
+    300,

Review comment:
       just feel curiously, some places we use 200 ms while here we use 300 ms...




----------------------------------------------------------------
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.

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