From 41194d8acb6edaac3112108dbd82685a3d06fb36 Mon Sep 17 00:00:00 2001 From: Bryan Stitt Date: Thu, 27 Jul 2023 11:38:11 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e78caa37..c16392e0 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Be sure to set `innodb_rollback_on_timeout=1` If running multiple web3-proxies connected to the same influxdb bucket, you **must** set `app.influxdb_id` to a globally unique value for each server! -`app.influxdb_id` defaults to the hostname. If the hostname cannot be parsed as a String, it defaults to a ULID. ULIDs aren't great for cardinality though! +`app.influxdb_id` defaults to 0 which will only work if you only have one server! ## Common commands