Skip to content
Snippets Groups Projects
Commit a26ac441 authored by Adrien Béraud's avatar Adrien Béraud
Browse files

proxy: cleanup

parent 80cfed38
No related branches found
No related tags found
No related merge requests found
...@@ -24,7 +24,7 @@ namespace proxy { ...@@ -24,7 +24,7 @@ namespace proxy {
constexpr const std::chrono::hours OP_TIMEOUT {24}; // one day constexpr const std::chrono::hours OP_TIMEOUT {24}; // one day
constexpr const std::chrono::hours OP_MARGIN {2}; // two hours constexpr const std::chrono::hours OP_MARGIN {2}; // two hours
constexpr const char* const HTTP_PROTO {"http://"};
using ListenToken = uint64_t; using ListenToken = uint64_t;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment