From bf277f6fcf043d3eee04dd20c67d0b836c01797c Mon Sep 17 00:00:00 2001 From: A_D Date: Sat, 19 Jun 2021 23:12:54 +0200 Subject: [PATCH] Added Linux reset cooldown --- Troubleshooting.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 5146e4e..df80818 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -925,6 +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` - Re-start the app. ---