Add note about mdns speed

This commit is contained in:
Julian Stirling 2026-05-12 18:35:40 +00:00
parent 47dd746210
commit a31969d228

View file

@ -36,6 +36,8 @@ If your microscope hostname is not `microscope`, you can use local environment f
(changing `myhostname` to the correct host name.) (changing `myhostname` to the correct host name.)
**Note:** If you have performance issues with lag this can depend on mdns speed for your setup. To avoid mdns overload `VITE_MICROSCPOPE_HOST` with the IP address rather than the host name.
# Javascript: Formatting and linting # Javascript: Formatting and linting
To enforce code style we and quality we use ESLint and Prettier. Both can be run together with the same command. To enforce code style we and quality we use ESLint and Prettier. Both can be run together with the same command.