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!