Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Open Subsurface Data Universe Software
Platform
Domain Data Mgmt Services
Seismic
Seismic DMS Suite
seismic-dms-service
Commits
6d3fc1ad
Commit
6d3fc1ad
authored
Mar 19, 2021
by
Diego Molteni
Browse files
defaulting the maxItemCount to -1
parent
bf794078
Pipeline
#32815
canceled with stages
in 3 minutes and 16 seconds
Changes
1
Pipelines
6
Hide whitespace changes
Inline
Side-by-side
src/cloud/providers/azure/cosmosdb.ts
View file @
6d3fc1ad
...
@@ -451,7 +451,7 @@ export class AzureCosmosDbQuery implements IJournalQueryModel {
...
@@ -451,7 +451,7 @@ export class AzureCosmosDbQuery implements IJournalQueryModel {
options
:
{
options
:
{
partitionKey
:
`
${
this
.
namespace
}
-
${
this
.
kind
}
`
,
partitionKey
:
`
${
this
.
namespace
}
-
${
this
.
kind
}
`
,
continuationToken
:
this
.
pagingStart
,
continuationToken
:
this
.
pagingStart
,
maxItemCount
:
this
.
pagingLimit
maxItemCount
:
this
.
pagingLimit
||
-
1
}
}
};
};
}
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment