Skip to content

Commit

Permalink
update userver submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
apolukhin committed Sep 14, 2023
1 parent 61d3900 commit 0299167
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ add_library(${PROJECT_NAME}_objs OBJECT
src/hello.hpp
src/hello.cpp
)
target_link_libraries(${PROJECT_NAME}_objs PUBLIC userver-core userver-postgresql)
target_link_libraries(${PROJECT_NAME}_objs PUBLIC userver-postgresql)


# The Service
Expand Down
7 changes: 2 additions & 5 deletions configs/dynamic_config_fallback.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"USERVER_CACHES": {},
"USERVER_CANCEL_HANDLE_REQUEST_BY_DEADLINE": false,
"USERVER_CHECK_AUTH_IN_HANDLERS": false,
"USERVER_DEADLINE_PROPAGATION_ENABLED": true,
"USERVER_DUMPS": {},
"USERVER_HTTP_PROXY": "",
"USERVER_HANDLER_STREAM_API_ENABLED": false,
Expand All @@ -19,10 +20,6 @@
"per-host-limit": 3000,
"per-host-per-second": 500
},
"HTTP_CLIENT_ENFORCE_TASK_DEADLINE": {
"cancel-request": false,
"update-timeout": false
},
"BAGGAGE_SETTINGS": {
"allowed_keys": []
},
Expand Down Expand Up @@ -63,7 +60,7 @@
"POSTGRES_CONNLIMIT_MODE_AUTO_ENABLED": false,
"POSTGRES_CONNECTION_PIPELINE_EXPERIMENT": 0,
"POSTGRES_CONGESTION_CONTROL_SETTINGS": {},
"POSTGRES_DEADLINE_PROPAGATION_VERSION": 0,
"POSTGRES_DEADLINE_PROPAGATION_VERSION": 1,
"POSTGRES_STATEMENT_METRICS_SETTINGS": {
"postgres-db-1": {
"max_statement_metrics": 5
Expand Down
3 changes: 2 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
yandex-taxi-testsuite[postgresql-binary] >= 0.1.7.2
yandex-taxi-testsuite[postgresql-binary] >= 0.1.17
websockets >= 11.0.3
2 changes: 1 addition & 1 deletion third_party/userver
Submodule userver updated 1409 files

0 comments on commit 0299167

Please sign in to comment.