mirror of https://github.com/citusdata/citus.git
Decrease truncate lock timeout
parent
f6279751e4
commit
b8d02a28a5
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue