@@ -64,8 +64,8 @@ corresponding environment variables (``$STDATADIR`` or ``STHOMEDIR``).
6464The database directory contains the following files, among others:
6565
6666:file: `index-{ * } .db `
67- A directory holding the database with metadata and hashes of the files
68- currently on disk and available from peers.
67+ The database with metadata and hashes of the files currently on disk and
68+ available from peers.
6969
7070:file: `syncthing.log `
7171 Log output, on some systems.
@@ -188,7 +188,6 @@ The following shows an example of a default configuration file (IDs will differ)
188188 <stunKeepaliveStartS >180</stunKeepaliveStartS >
189189 <stunKeepaliveMinS >20</stunKeepaliveMinS >
190190 <stunServer >default</stunServer >
191- <databaseTuning >auto</databaseTuning >
192191 <maxConcurrentIncomingRequestKiB >0</maxConcurrentIncomingRequestKiB >
193192 <announceLANAddresses >true</announceLANAddresses >
194193 <sendFullIndexOnUpgrade >false</sendFullIndexOnUpgrade >
@@ -1046,7 +1045,6 @@ Options Element
10461045 <stunKeepaliveStartS >180</stunKeepaliveStartS >
10471046 <stunKeepaliveMinS >20</stunKeepaliveMinS >
10481047 <stunServer >default</stunServer >
1049- <databaseTuning >auto</databaseTuning >
10501048 <maxConcurrentIncomingRequestKiB >0</maxConcurrentIncomingRequestKiB >
10511049 <announceLANAddresses >true</announceLANAddresses >
10521050 <sendFullIndexOnUpgrade >false</sendFullIndexOnUpgrade >
@@ -1306,13 +1304,6 @@ The ``options`` element contains all other global configuration options.
13061304 feature. Set ``false `` to keep Syncthing from sending panic logs on serious
13071305 troubles. Defaults to ``true ``, to help the developers troubleshoot.
13081306
1309- .. option :: options.databaseTuning
1310-
1311- Controls how Syncthing uses the backend key-value database that stores the
1312- index data and other persistent data it needs. The available options and
1313- implications are explained in a :doc: `separate chapter
1314- </advanced/option-database-tuning>`.
1315-
13161307.. option :: options.maxConcurrentIncomingRequestKiB
13171308
13181309 This limits how many bytes we have "in the air" in the form of response data
0 commit comments