From a01c01defd88b1b0aed7313d4a1d61a2895b99c4 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 10 May 2011 13:45:32 +0200 Subject: [PATCH] plus and minus one performance idea Signed-off-by: Nico Schottelius --- doc/dev/todo/niconext | 3 +-- doc/dev/todo/performance-ideas | 2 ++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/dev/todo/niconext b/doc/dev/todo/niconext index 673631d3..99893770 100644 --- a/doc/dev/todo/niconext +++ b/doc/dev/todo/niconext @@ -3,5 +3,4 @@ Cleanup documentation: type reference -> add types + manpages add explorer reference -Catch broken instances in cdist-mass-deploy -p and report -broken deployements at the end! +- Catch broken instances in cdist-mass-deploy -p and report broken deployements at the end! diff --git a/doc/dev/todo/performance-ideas b/doc/dev/todo/performance-ideas index 9897a8aa..bbbfe427 100644 --- a/doc/dev/todo/performance-ideas +++ b/doc/dev/todo/performance-ideas @@ -2,3 +2,5 @@ - Use one pipe-shell for type execution - Parallelise gencode and code-run of all objects - Diff against local cache only instead of real target +- Use only one ssh session? + - Can be indirectly improved via ssh config already!