1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-07-14 15:41:09 +03:00

Updated Troubleshooting (markdown)

A_D 2021-06-19 23:13:18 +02:00
parent bf277f6fcf
commit 8474f39252

@ -925,7 +925,7 @@ You'll see a very long cooldown period if your system's time of day changes whil
- Double-check your system's Date and Time settings.
- Windows: Run the RegEdit program and locate and delete the key `HKEY_CURRENT_USER\Software\Marginal\EDMarketConnector\querytime`.
- Mac: Copy and paste the following into a Terminal app window: `defaults write uk.org.marginal.edmarketconnector querytime -int 0` and press Enter.
- Linux: Edit $XDG_CONFIG_HOME/EDMarketConnector/EDMarketConnector.ini` (`$XDG_CONFIG_HOME` is usually `$HOME/.config`), set `querytime` to `0`
- Linux: Edit `$XDG_CONFIG_HOME/EDMarketConnector/EDMarketConnector.ini` (`$XDG_CONFIG_HOME` is usually `$HOME/.config`), set `querytime` to `0`
- Re-start the app.
---