From 06265c22af24c2b2c690a1ec227e9d3b36b6b785 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Wed, 16 Jul 2014 18:18:11 +0000 Subject: [PATCH] Added a comment --- ...comment_4_1c0b0b2e7180425ff2d5e5316a138f7d._comment | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 doc/bugs/Windows_daemon_silently_dies/comment_4_1c0b0b2e7180425ff2d5e5316a138f7d._comment diff --git a/doc/bugs/Windows_daemon_silently_dies/comment_4_1c0b0b2e7180425ff2d5e5316a138f7d._comment b/doc/bugs/Windows_daemon_silently_dies/comment_4_1c0b0b2e7180425ff2d5e5316a138f7d._comment new file mode 100644 index 0000000000..63b37a7e11 --- /dev/null +++ b/doc/bugs/Windows_daemon_silently_dies/comment_4_1c0b0b2e7180425ff2d5e5316a138f7d._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.2" + subject="comment 4" + date="2014-07-16T18:18:11Z" + content=""" +Hmm, there are two places where the assistant happens to hard code a 10 minute time period. But one is 10 minutes from starting to configure a ssh remote in the webapp, not from start. And the other is the watcher's afterLastDaemonRun check, which only happens when a symlink appears in the repository (which shouldn't happen on windows and wouldn't necessarily happen 10 minutes after start). + +Fabulous .. I just reproduced the crash! +"""]]