diff options
author | hcpp <hcpp@yandex-team.ru> | 2022-02-10 16:50:02 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:50:02 +0300 |
commit | 5f76ab5b18e12d75f0c861e68d730c37e347b965 (patch) | |
tree | 5d5cb817648f650d76cf1076100726fd9b8448e8 /library/cpp/actors | |
parent | cd53b77f6fe67a131e376d74d4e6ffa25e35d412 (diff) | |
download | ydb-5f76ab5b18e12d75f0c861e68d730c37e347b965.tar.gz |
Restoring authorship annotation for <hcpp@yandex-team.ru>. Commit 2 of 2.
Diffstat (limited to 'library/cpp/actors')
-rw-r--r-- | library/cpp/actors/http/http_proxy_incoming.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/actors/http/http_proxy_incoming.cpp b/library/cpp/actors/http/http_proxy_incoming.cpp index a6bb8e663b4..80fe2af53d0 100644 --- a/library/cpp/actors/http/http_proxy_incoming.cpp +++ b/library/cpp/actors/http/http_proxy_incoming.cpp @@ -20,7 +20,7 @@ public: TDeque<THttpIncomingRequestPtr> RecycledRequests; THPTimer InactivityTimer; - static constexpr TDuration InactivityTimeout = TDuration::Minutes(2); + static constexpr TDuration InactivityTimeout = TDuration::Minutes(2); TEvPollerReady* InactivityEvent = nullptr; TPollerToken::TPtr PollerToken; |