aboutsummaryrefslogtreecommitdiff
path: root/zenserver/config.h
diff options
context:
space:
mode:
authorPer Larsson <[email protected]>2021-10-02 16:31:52 +0200
committerPer Larsson <[email protected]>2021-10-02 16:31:52 +0200
commit22d25f59c7ead3de0b5d335684242b7364bce8f1 (patch)
tree9e178364bc675010c0817019c9db2c8233e03511 /zenserver/config.h
parentAdded simple stats HTML dashboard with route /dashboard. (diff)
downloadzen-22d25f59c7ead3de0b5d335684242b7364bce8f1.tar.xz
zen-22d25f59c7ead3de0b5d335684242b7364bce8f1.zip
Added support for choosing best ZEN upstream endpoint based on latency.
Diffstat (limited to 'zenserver/config.h')
-rw-r--r--zenserver/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/config.h b/zenserver/config.h
index af1a24455..ec6d7340a 100644
--- a/zenserver/config.h
+++ b/zenserver/config.h
@@ -35,7 +35,7 @@ struct ZenUpstreamJupiterConfig
struct ZenUpstreamZenConfig
{
- std::string Url;
+ std::vector<std::string> Urls;
};
enum class UpstreamCachePolicy : uint8_t