Skip to content

Commit

Permalink
believe this needs to be indexingStrategies based on issue we are seeing
Browse files Browse the repository at this point in the history
  • Loading branch information
ben committed Feb 12, 2020
1 parent 5c01c6c commit 75caf05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/InMemoryTokenSelection.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In your [CorDapp config](https://docs.corda.net/cordapp-build-systems.html#corda
stateSelection {
inMemory {
enabled: true
indexingStrategy: ["EXTERNAL_ID"|"PUBLIC_KEY"|"TOKEN_ONLY"]
indexingStrategies: ["EXTERNAL_ID"|"PUBLIC_KEY"|"TOKEN_ONLY"]
cacheSize: 2048
}
}
Expand All @@ -38,7 +38,7 @@ nodeDefaults {
stateSelection {
inMemory {
enabled: true
indexingStrategy: ["EXTERNAL_ID"]
indexingStrategies: ["EXTERNAL_ID"]
cacheSize: 1024
}
}
Expand Down

0 comments on commit 75caf05

Please sign in to comment.