Skip to content

Commit

Permalink
Fixed a display issue (#2220)
Browse files Browse the repository at this point in the history
### What problem does this PR solve?



### Type of change

- [x] Documentation Update
  • Loading branch information
writinwaters authored Nov 11, 2024
1 parent 9a0db9a commit ea8d51b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/references/configurations.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ If you start up Infinity from DEB or RPM, the configuration file will be in the
Infinity embedded does not have an *explicit* configuration file. Its configuration file should meet the following requirements:

- It is in the local folder where Infinity embedded is opened (the path that you specify when calling `connect()`), for example `/var/infinity/`:
- Its name must exactly matche **infinity_conf.toml**.
- Its name must exactly match **infinity_conf.toml**.

</TabItem>
</Tabs>
Expand Down Expand Up @@ -148,7 +148,7 @@ buffer_manager_size = "4GB"
lru_num = 7
# When the required memory size exceeds the free memory in the buffer manager,
# the buffer manager dumps some of the its in-use memory to a temporary storage.
* `temp_dir` specifies the path to this temporary storage.
# `temp_dir` specifies the path to this temporary storage.
temp_dir = "/var/infinity/tmp"
# The global memory index threshold for triggering a flush to disk
# When the memory used by all existing in-memory indices in the system exceeds this threshold,
Expand Down
1 change: 1 addition & 0 deletions docs/references/pysdk_api_reference.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
sidebar_position: 4
slug: /python_api_reference
---
Expand Down

0 comments on commit ea8d51b

Please sign in to comment.