diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-07-16 18:18:11 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-07-16 18:18:11 +0000 |
commit | 928c2671fe885475ac090862c338da51427bed6f (patch) | |
tree | b955ecad6b269c1ceebda402643db7d8bb346fc0 | |
parent | fab83e88b949f555edd6a517dd6844933a1b708f (diff) |
Added a comment
-rw-r--r-- | doc/bugs/Windows_daemon_silently_dies/comment_4_1c0b0b2e7180425ff2d5e5316a138f7d._comment | 10 |
1 files changed, 10 insertions, 0 deletions
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 000000000..63b37a7e1 --- /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! +"""]] |