From a188c2f1dafe8269af135e8c18a9c753589531f7 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 21 Feb 2019 20:01:14 +0100 Subject: [PATCH] readme update --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1d72416..383eede 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # Why is this tool required? Since the game ATLAS does clutter its redis DB with RawTravelData entries, it can happen that it grows to several GB of size. This results in no longer working grid travel. It seems that the vanilla game does not give its redis entries an expiration time, with which the redis DB could cleanup itself. That's why this tool will simply add an expiration time to all RawTravelData entries. +# Warning! +Please make backups of all your savegame files and redis DB before you use this tool! + # How to use it? ## Prerequisites 1. You'll need to install [Node](https://nodejs.org/en/download/) on your machine first