The documentation mentions some helpers for vacuuming like WithVacuumOnStartup which I did manually before, so they sound helpful:
|
.WithVacuumOnStartup(true) |
But I can't find any references to it in the code (I wanted to see what it does exactly), so it also can't be found in any of the libraries while trying to use it. What nice functionalities are you keeping from us? 😉
The documentation mentions some helpers for vacuuming like
WithVacuumOnStartupwhich I did manually before, so they sound helpful:Akavache/docs/configuration.md
Line 229 in afe0e9f
But I can't find any references to it in the code (I wanted to see what it does exactly), so it also can't be found in any of the libraries while trying to use it. What nice functionalities are you keeping from us? 😉