Skip to content

Commit

Permalink
Fix #73 add CMD_INFO and MAX_INFO_QUERIES to the run-time load-time t…
Browse files Browse the repository at this point in the history
…able (#74)

* add CMD_INFO and MAX_INFO_QUERIES to the run-time load-time table

* Update configuration.md

---------

Co-authored-by: Guy Korland <[email protected]>
  • Loading branch information
Anchel123 and gkorland authored Sep 9, 2024
1 parent 941221e commit 5d20e94
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,19 +69,21 @@ The following table summarizes which configuration parameters can be set at modu

| Configuration Parameter | Load-time| Run-time|
| :------- | :-----| :-----|
| [THREAD_COUNT](#thread_count) | V | X |
| [CACHE_SIZE](#cache_size) | V | X |
| [OMP_THREAD_COUNT](#omp_thread_count) | V | X |
| [NODE_CREATION_BUFFER](#node_creation_buffer) | V | X |
| [BOLT_PORT](#bolt_port) | V | X |
| [MAX_QUEUED_QUERIES](#max_queued_queries) | V | V |
| [TIMEOUT](#timeout) (deprecated in v2.10) | V | V |
| [TIMEOUT_MAX](#timeout_max) (since v2.10) | V | V |
| [TIMEOUT_DEFAULT](#timeout_default) (since v2.10) | V | V |
| [RESULTSET_SIZE](#resultset_size) | V | V |
| [QUERY_MEM_CAPACITY](#query_mem_capacity) | V | V |
| [VKEY_MAX_ENTITY_COUNT](#vkey_max_entity_count) | V | V |
| [EFFECTS_THRESHOLD](#effects_threshold) | V | V |
| [THREAD_COUNT](#thread_count) | V | X |
| [CACHE_SIZE](#cache_size) | V | X |
| [OMP_THREAD_COUNT](#omp_thread_count) | V | X |
| [NODE_CREATION_BUFFER](#node_creation_buffer) | V | X |
| [BOLT_PORT](#bolt_port) | V | X |
| [MAX_QUEUED_QUERIES](#max_queued_queries) | V | V |
| [TIMEOUT](#timeout) (deprecated in v2.10) | V | V |
| [TIMEOUT_MAX](#timeout_max) (since v2.10) | V | V |
| [TIMEOUT_DEFAULT](#timeout_default) (since v2.10) | V | V |
| [RESULTSET_SIZE](#resultset_size) | V | V |
| [QUERY_MEM_CAPACITY](#query_mem_capacity) | V | V |
| [VKEY_MAX_ENTITY_COUNT](#vkey_max_entity_count) | V | V |
| [EFFECTS_THRESHOLD](#effects_threshold) | V | V |
| [CMD_INFO](#cmd_info) | V | V |
| [MAX_INFO_QUERIES](#max_info_queries) | V | V |

---

Expand Down Expand Up @@ -335,7 +337,7 @@ A number within the range [0, 1000]

#### Default

`MAX_INFO_QUERIES` is 10000.
`MAX_INFO_QUERIES` is 1000.

---

Expand Down

0 comments on commit 5d20e94

Please sign in to comment.