diff options
| author | BossCode45 <human.cyborg42@gmail.com> | 2023-06-18 21:31:41 +1200 |
|---|---|---|
| committer | BossCode45 <human.cyborg42@gmail.com> | 2023-06-18 21:31:41 +1200 |
| commit | 557faa2603d33d6f6a8b7baa9c9f7891bfcb8d30 (patch) | |
| tree | 825fd5fd7393ea40e4032a28ab16d6d6ed89dd88 /config.cpp | |
| parent | d4196b2476909e2c92ece6363eee7f450d74be5f (diff) | |
| download | YATwm-557faa2603d33d6f6a8b7baa9c9f7891bfcb8d30.tar.gz YATwm-557faa2603d33d6f6a8b7baa9c9f7891bfcb8d30.zip | |
feat: Updated readme
Updated the readme and added a default config file.
Diffstat (limited to 'config.cpp')
| -rw-r--r-- | config.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -85,8 +85,8 @@ std::vector<Err> Config::loadFromFile(std::string path) } //Set defaults - gaps = 3; - outerGaps = 3; + gaps = 10; + outerGaps = 10; logFile = "/tmp/yatlog.txt"; numWS = 0; swapSuperAlt = false; |
