Branch: refs/heads/master
Home: https://github.com/pgadmin-org/pgadmin4
Commit: 5bb6e9133fa5234a4648cf7614926b13071b1234
https://github.com/pgadmin-org/pgadmin4/commit/5bb6e9133fa5234a4648cf7614926b13071b1234
Author: Pravesh Sharma <pravesh(dot)sharma(at)enterprisedb(dot)com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M web/pgadmin/tools/sqleditor/static/js/components/QueryToolComponent.jsx
M web/pgadmin/tools/sqleditor/static/js/components/QueryToolConstants.js
M web/pgadmin/tools/sqleditor/static/js/components/sections/QueryHistory.jsx
Log Message:
-----------
Fixed query history slowness issue by storing query only for those having certain threshold max length. #6666