Skip to content

Commit 06a07b8

Browse files
authored
Add database type parameter to doc (#121)
* add database type parameter to doc * comment
1 parent 8b53b08 commit 06a07b8

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

Sources/PIRService/PIRService.docc/TestingInstructionsLiveCallerIdLookup.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,8 @@ Write the following configuration into a file called `block-config.json`.
156156
"sharding": {
157157
"entryCountPerShard": 50000
158158
},
159-
"trialsPerShard": 5
159+
"trialsPerShard": 5,
160+
"databaseType": "keyword"
160161
}
161162
```
162163
Now call the utility.
@@ -181,7 +182,8 @@ Now we do basically the same thing for the identity database: write the followin
181182
"sharding" : {
182183
"entryCountPerShard" : 5000
183184
},
184-
"trialsPerShard": 5
185+
"trialsPerShard": 5,
186+
"databaseType": "keyword"
185187
}
186188
```
187189

Sources/PIRService/PIRService.docc/TestingInstructionsNEURLFilter.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ Write the following configuration into a file called `url-config.json`.
122122
"sharding": {
123123
"entryCountPerShard": 50000
124124
},
125-
"trialsPerShard": 5
125+
"trialsPerShard": 5,
126+
"databaseType": "keyword"
126127
}
127128
```
128129
Now call the utility.

0 commit comments

Comments
 (0)