You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/cn/docs/config/config-option.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,8 @@ weight: 2
41
41
| batch.max_vertices_per_batch | 500 | The maximum number of vertices submitted per batch. |
42
42
| batch.max_write_ratio | 50 | The maximum thread ratio for batch writing, only take effect if the batch.max_write_threads is 0. |
43
43
| batch.max_write_threads | 0 | The maximum threads for batch writing, if the value is 0, the actual value will be set to batch.max_write_ratio * restserver.max_worker_threads. |
44
-
| auth.authenticator || The class path of authenticator implementation. e.g., org.apache.hugegraph.auth.StandardAuthenticator, or org.apache.hugegraph.auth.ConfigAuthenticator. |
45
-
| auth.admin_token | 162f7848-0b6d-4faf-b557-3a0797869c55 | Token for administrator operations, only for org.apache.hugegraph.auth.ConfigAuthenticator. |
44
+
| auth.authenticator || The class path of authenticator implementation. e.g., org.apache.hugegraph.auth.StandardAuthenticator, or a custom implementation. |
46
45
| auth.graph_store | hugegraph | The name of graph used to store authentication information, like users, only for org.apache.hugegraph.auth.StandardAuthenticator. |
47
-
| auth.user_tokens |[hugegraph:9fd95c9c-711b-415b-b85f-d4df46ba5c31]| The map of user tokens with name and password, only for org.apache.hugegraph.auth.ConfigAuthenticator. |
48
46
| auth.audit_log_rate | 1000.0 | The max rate of audit log output per user, default value is 1000 records per second. |
49
47
| auth.cache_capacity | 10240 | The max cache capacity of each auth cache item. |
50
48
| auth.cache_expire | 600 | The expiration time in seconds of vertex cache. |
| batch.max_vertices_per_batch | 500 | The maximum number of vertices submitted per batch. |
42
42
| batch.max_write_ratio | 50 | The maximum thread ratio for batch writing, only take effect if the batch.max_write_threads is 0. |
43
43
| batch.max_write_threads | 0 | The maximum threads for batch writing, if the value is 0, the actual value will be set to batch.max_write_ratio * restserver.max_worker_threads. |
44
-
| auth.authenticator || The class path of authenticator implementation. e.g., org.apache.hugegraph.auth.StandardAuthenticator, or org.apache.hugegraph.auth.ConfigAuthenticator. |
45
-
| auth.admin_token | 162f7848-0b6d-4faf-b557-3a0797869c55 | Token for administrator operations, only for org.apache.hugegraph.auth.ConfigAuthenticator. |
44
+
| auth.authenticator || The class path of authenticator implementation. e.g., org.apache.hugegraph.auth.StandardAuthenticator, or a custom implementation. |
46
45
| auth.graph_store | hugegraph | The name of graph used to store authentication information, like users, only for org.apache.hugegraph.auth.StandardAuthenticator. |
47
-
| auth.user_tokens |[hugegraph:9fd95c9c-711b-415b-b85f-d4df46ba5c31]| The map of user tokens with name and password, only for org.apache.hugegraph.auth.ConfigAuthenticator. |
48
46
| auth.audit_log_rate | 1000.0 | The max rate of audit log output per user, default value is 1000 records per second. |
49
47
| auth.cache_capacity | 10240 | The max cache capacity of each auth cache item. |
50
48
| auth.cache_expire | 600 | The expiration time in seconds of vertex cache. |
0 commit comments