Update README.md

This commit is contained in:
Bryan Stitt 2023-07-27 11:38:11 -07:00 committed by GitHub
parent 67fd5a2188
commit 41194d8acb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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