1
0
Fork 0

Check and add a server

This commit is contained in:
Michael 2020-12-03 22:32:51 +00:00
commit 8d999f54d0
5 changed files with 63 additions and 84 deletions

View file

@ -254,6 +254,10 @@ return [
// This can alternatively be set on a per account basis in the pconfig table.
'groupedit_image_limit' => 400,
// gserver_update_limit (Integer)
// How much servers should be checked at a time?
'gserver_update_limit' => 100,
// hsts (Boolean)
// Enables the sending of HTTP Strict Transport Security headers.
'hsts' => false,