Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ljcui committed Feb 10, 2025
1 parent 3343d31 commit f9948b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ static const size_t MAX_NUM_FIELDS = 1024; // max number of fields in vertex/ed
static const size_t MAX_NUM_LABELS = 4096; // max number of vertex and edge labels in one graph

static const size_t MAX_COMPILE_TIME_MS = 1000 * 1000; // max compile time when loading plugin
static const size_t MAX_UNZIP_TIME_MS = 100 * 1000; // max unzip time when loading plugin
static const size_t MAX_UNZIP_TIME_MS = 120 * 1000; // max unzip time when loading plugin

#ifdef _WIN32
static const size_t DEFAULT_GRAPH_SIZE = (size_t)1 << 30;
Expand Down

0 comments on commit f9948b7

Please sign in to comment.