You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -88,6 +88,8 @@ See the [documentation](https://docs.2gis.com/en/on-premise/navigation) to learn
88
88
|`naviback.ecaHost`| DEPRECATED: Use naviback.ecaUrl. Domain name of the [Traffic Proxy service](https://docs.2gis.com/en/on-premise/traffic-proxy). <br> This URL should be accessible from all the pods within your Kubernetes cluster ||
89
89
|`naviback.ecaUrl`| URL of the [Traffic Proxy service](https://docs.2gis.com/en/on-premise/traffic-proxy). <br> This URL should be accessible from all the pods within your Kubernetes cluster ||
90
90
|`naviback.forecastHost`| URL of Traffic forecast service. See the [Traffic Proxy service](https://docs.2gis.com/en/on-premise/traffic-proxy). <br> This URL should be accessible from all the pods within your Kubernetes cluster ||
91
+
|`naviback.walkingUserSpeedsUrl`| URL of walking user speeds ||
92
+
|`naviback.routeAsUsualUrl`| URL of route as usual ||
91
93
|`naviback.dmSourcesLimit`| Size limit for source matrices |`1000`|
92
94
|`naviback.dmTargetsLimit`| Size limit for target matrices |`1000`|
93
95
|`naviback.handlersNumber`| Total number of HTTP/GRPC handlers |`1`|
@@ -99,6 +101,7 @@ See the [documentation](https://docs.2gis.com/en/on-premise/navigation) to learn
99
101
|`naviback.timeoutIncrementSec`| Downloading time increment after failures |`140`|
100
102
|`naviback.totalRetryDurationSec`| Downloading timeout with all failure retries |`2400`|
101
103
|`naviback.initialRetryIntervalSec`| Initial timeout for a failure retry |`2`|
104
+
|`naviback.clearCacheThreshold`| Memory usage percentage threshold to run cache cleanup |`90`|
102
105
|`naviback.dump.result`| Dump results in logs |`false`|
103
106
|`naviback.dump.query`| Dump queries in logs |`false`|
104
107
|`naviback.dump.answer`| Dump answers in logs |`false`|
@@ -161,25 +164,28 @@ See the [documentation](https://docs.2gis.com/en/on-premise/navigation) to learn
161
164
|`naviback.validation.isochrone.requestSchemaName`| Name of isochrone request validation schema |`IsochroneApiRequestModel.json`|
162
165
|`naviback.validation.isochrone.responseSchemaName`| Name of isochrone response validation schema |`IsochroneApiResponseModel.json`|
163
166
|`naviback.tilesMetricsThreshold`| The value at which we send tiles metrics (used for internal tests) |`0`|
167
+
|`naviback.engineUpdatePeriodSec`| The time interval between engine updates |`30`|
164
168
|`naviback.hierarchies.enabled`| If SN cache available |`false`|
165
169
|`naviback.hierarchies.skipPatches`| Skip patches in hierarchies cache, ignored if skipShortcuts set |`false`|
166
170
|`naviback.hierarchies.skipShortcuts`| Skip shortcuts in SN cache |`false`|
0 commit comments