Decrease truncate lock timeout

merge-cstore-pykello
Hadi Moshayedi 2020-11-10 07:24:16 -08:00
parent f6279751e4
commit b8d02a28a5
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
* These are the same values from src/backend/access/heap/vacuumlazy.c
*/
#define VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL 50 /* ms */
#define VACUUM_TRUNCATE_LOCK_TIMEOUT 5000 /* ms */
#define VACUUM_TRUNCATE_LOCK_TIMEOUT 4500 /* ms */
typedef struct CStoreScanDescData
{