summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar https://www.google.com/accounts/o8/id?id=AItOawne_amN4fko4p5cRY_9EYwaYuJKNn7LRio <Tobias@web>2013-11-04 21:04:16 +0000
committerGravatar admin <admin@branchable.com>2013-11-04 21:04:16 +0000
commit66722def99ec0585d1cc7f7fd8b8f5dded0a0ac0 (patch)
treefc40f09d04ab8045eb627aa731912aea63a69205 /doc
parentdd647c5db62a9bf53f5063145ca904437e12c2a4 (diff)
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/speed_up_assistant_startup_on_large_repositories.mdwn1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/forum/speed_up_assistant_startup_on_large_repositories.mdwn b/doc/forum/speed_up_assistant_startup_on_large_repositories.mdwn
new file mode 100644
index 000000000..e43476c7b
--- /dev/null
+++ b/doc/forum/speed_up_assistant_startup_on_large_repositories.mdwn
@@ -0,0 +1 @@
+Starting the assistant on a repository with a huge amount of files (f.e. `annexed files in working tree: 22087`) takes a very long time. Is there a way to speed it up? F.e. just checking the file stamps and comparing them with the last assistant run time? Checking if the files are modified could be done with the regular repository check. Thoughts?