Skip to content

Commit

Permalink
proxy: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
aberaud committed Dec 17, 2024
1 parent 80cfed3 commit a26ac44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/opendht/proxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ namespace proxy {

constexpr const std::chrono::hours OP_TIMEOUT {24}; // one day
constexpr const std::chrono::hours OP_MARGIN {2}; // two hours
constexpr const char* const HTTP_PROTO {"http://"};

using ListenToken = uint64_t;

}
Expand Down

0 comments on commit a26ac44

Please sign in to comment.