From 4b0cf1db3b4997a86c3fcfdcb9e5ca68103f3f46 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Tue, 15 Sep 2020 03:31:06 -0400 Subject: [PATCH] Add wineserver -p note --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bd0cbc6..e203163c 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,9 @@ Pokemon sprite filenames are in a 1-to-1 correspondence with the Pokemon's name, ## Gotchas -Tup, like Git, tracks files, not directories. If you `readdir()` and forget to declare a dependency it won't catch it, like it would for `read()`. You can work around this by having build tools `stat()` any filenames they acquire. +- Tup, like Git, tracks files, not directories. If you `readdir()` and forget to declare a dependency it won't catch it, like it would for `read()`. You can work around this by having build tools `stat()` any filenames they acquire. + +- DeflOpt performance can suffer under Wine due to repeatedly starting/shutting down `wineserver`. You can specify the server timeout with `wineserver -p`, where `n` is the # of seconds (default 3). If you don't specify `n` it never shuts down. Sometimes wine will hang so you may want to instead pick something high like 30 seconds. ## License