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: docs/docs/dev/configuration.md
+5
Original file line number
Diff line number
Diff line change
@@ -38,3 +38,8 @@ The following parameters can be set in the configuration file:
38
38
|`users`| Only relevant if `login_required` is `true`. Specifies the pre-defined login information in the following format: <pre>"users":[<br> {<br> "username": "<predefined_username1>",<br> "token":"<randomly_generated_token1>",<br> "password":"<predefined_user1_password>"<br> }<br>] </pre> * The list of usernames is static and currently all users have access to all the workspaces in the system. |
39
39
|`main_panel_elements_per_page`| Number of elements per page in the main panel, i.e., document view. <br /><br /> _Defaults to_`500`. |
40
40
|`sidebar_panel_elements_per_page`| Number of elements per page in the sidebar panels that use pagination. <br /><br /> _Defaults to_`50`. |
41
+
|`snippet_max_token_length`| Max number of tokens after which a text snippet shown on the right panels is cut off.<br /><br /> _Defaults to_`100`. |
42
+
|`right_to_left`| If `true` the text on the UI starts from the right of the page and continues to the left. <br /><br /> _Defaults to_`false`. |
43
+
|`max_dataset_length`| The number of rows limit of the csv files. <br /><br /> _Defaults to_`10000000`. |
44
+
|`max_document_name_length`| The max number of chars of document names. <br /><br /> _Defaults to_`60`. |
45
+
|`cpu_workers`| The max number of CPUs to use for running jobs. <br /><br /> _Defaults to_`100`. |
0 commit comments