Skip to content

Commit 76ee821

Browse files
committed
Fix.
1 parent 9edbd25 commit 76ee821

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/deeplake_pg/sync_worker.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ extern "C" {
4242
#include <vector>
4343

4444
// GUC variables
45-
int deeplake_sync_interval_ms = 500; // Default 500ms
45+
int deeplake_sync_interval_ms = 1000; // Default 1 second
4646

4747
// Forward declaration (defined in the anonymous namespace below)
4848
namespace { bool execute_via_libpq(const char* dbname, const char* sql); }

0 commit comments

Comments
 (0)