Skip to content

Commit 95b502a

Browse files
committed
Update README.md
1 parent 87995f4 commit 95b502a

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

README.md

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ Linux:<br/>
1313
## Notes: ##
1414
1. put some files in folder /docs because that is where the tool pick files to feed LogicalDOC
1515
(otherwise change the docs path in context.properties). No directories there, just files.
16-
2. by default only the Upload loader is enabled, if you want to enable the others change the value of key loaders in conf/context.properties
17-
```Shell
18-
e.g: loaders=Upload,RandomUpload,ListFolders,Search,Update
19-
```
20-
3. for each loader you can specify of many parallel workers to run concurrently, just specify the number of concurrent threads in conf/context.properties
21-
```Shell
22-
e.g: Update.threads=2
23-
```
16+
2. by default only the Upload loader is enabled, if you want to enable the others change the value of key loaders in conf/context.properties<br/>
17+
`e.g: loaders=Upload,RandomUpload,ListFolders,Search,Update`
18+
3. for each loader you can specify of many parallel workers to run concurrently, just specify the number of concurrent threads in conf/context.properties<br/>
19+
`e.g: Update.threads=2`
2420

2521

2622
## Performance notes: ##

0 commit comments

Comments
 (0)