diff --git a/defaults/yacy.init b/defaults/yacy.init index 3b75c533c..755102985 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -940,6 +940,11 @@ search.public.max.p2p.access.3s = 1 search.public.max.p2p.access.1mn = 6 search.public.max.p2p.access.10mn = 60 +# Maximum numbers of accesses within a given time period to the search interface in P2P mode with browser-side JavaScript remote results resorting for unauthenticated users and authenticated users with no extended search right +search.public.max.p2p.jsresort.access.3s = 1 +search.public.max.p2p.jsresort.access.1mn = 1 +search.public.max.p2p.jsresort.access.10mn = 10 + # Maximum number of accesses within a given time period to the search interface to support fetching remote results snippets for unauthenticated users and authenticated users with no extended search right search.public.max.remoteSnippet.access.3s = 1 search.public.max.remoteSnippet.access.1mn = 4 diff --git a/htroot/ConfigPortal_p.html b/htroot/ConfigPortal_p.html index c52b1af99..65adacbf1 100644 --- a/htroot/ConfigPortal_p.html +++ b/htroot/ConfigPortal_p.html @@ -71,8 +71,11 @@ On demand, server-side +
Automated results resorting with JavaScript makes the browser load the full result set of each search request. + This may lead to high system loads on the server. + Please check the 'Peer-to-peer search with JavaScript results resorting' section in the Local Search access rate configuration page to set up proper limitations on this mode by unauthenticated users.
- You can configure here limitations on access rate to this peer search - interface by unauthenticated users and users without extended search - right (see the Accounts - configuration page for details on users rights). + You can configure here limitations on access rate to this peer search interface by unauthenticated users and users without extended search right + (see the Accounts configuration page for details on users rights).