You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each FilterConfiguration accepts a windowSize. This window size is read from PhileasConfiguration so the same filter gets the same window size. Each filter should have a windowSize property so the window size can be set individually.
Consider adding windowSize to AbstractFilter.
Refer to FilterPolicyLoader when the filters are created.
The text was updated successfully, but these errors were encountered:
Each
FilterConfiguration
accepts awindowSize
. This window size is read fromPhileasConfiguration
so the same filter gets the same window size. Each filter should have awindowSize
property so the window size can be set individually.Consider adding
windowSize
toAbstractFilter
.Refer to
FilterPolicyLoader
when the filters are created.The text was updated successfully, but these errors were encountered: