Hi.
On the XWiki’s side, we are going to:
- store the filters in a way that it won’t generate 700 objects (even if there is 700 filters)
- create a migration mechanism to convert existing objects into a few ones
- improve the UI so it would be easy to remove batch of filters
It’s going to require some work so I hope we will have this for 10.7.
In the meantime, you could:
- disable autowatch by default, adding into
xwiki.properties
:
xwiki.plugin.watchlist.automaticwatch=none
(even if the watchlist is not used anymore, there is a fallback to this property)
- remove exiting filters using the script given by @vmassol
That should help until we provide an official fix. Sorry for that inconvenience. We are working on it!
Guillaume