Commit 339a5d3
authored
FDN-3571: do not run_maintenance in install.sh (#33)
The step is time consuming, memory consuming, more so as time goes by.
Eventually it will hit limits (e.g., number of locks acquired) and fail.
It happened in some repository already, and this step has been removed there as a consequence.
It is also an unnecessary step, so we remove it.1 parent d212e22 commit 339a5d3
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
0 commit comments