diff options
Diffstat (limited to 'src/mongo/db/timeseries/timeseries.idl')
| -rw-r--r-- | src/mongo/db/timeseries/timeseries.idl | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mongo/db/timeseries/timeseries.idl b/src/mongo/db/timeseries/timeseries.idl index 2b9ae533127..d3ede8fd3c3 100644 --- a/src/mongo/db/timeseries/timeseries.idl +++ b/src/mongo/db/timeseries/timeseries.idl @@ -62,15 +62,6 @@ server_parameters: cpp_varname: "gTimeseriesIdleBucketExpiryMaxCountPerAttempt" default: 3 validator: { gte: 2 } - "timeseriesInsertMaxRetriesOnDuplicates": - description: "In rare cases due to collision from OID generation, we will retry inserting - those bucket documents automatically for a limited number of times. This value - represents the number of retries we would perform." - set_at: [ startup, runtime ] - cpp_vartype: "AtomicWord<int>" - cpp_varname: "gTimeseriesInsertMaxRetriesOnDuplicates" - default: 32 - validator: {gte: 1} enums: BucketGranularity: @@ -93,8 +84,6 @@ structs: datetime type (0x9)" type: string unstable: false - validator: - callback: "validateTimeAndMetaField" metaField: description: "The name of the top-level field describing the series. This field is used to group related data and may be of any BSON type. This may not @@ -102,8 +91,6 @@ structs: type: string optional: true unstable: false - validator: - callback: "validateTimeAndMetaField" granularity: description: "Describes the expected interval between subsequent measurements" type: BucketGranularity |
