Browse Source

Merge pull request #167 from towards-a-new-leftypol/myownbranch

Commit local changes made on server
pull/40/head
towards-a-new-leftypol 3 years ago
committed by GitHub
parent
commit
64099678bc
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      inc/instance-config.php

6
inc/instance-config.php

@ -81,9 +81,9 @@ $config['db']['password'] = '';
$config['cookies']['mod'] = 'mod';
$config['cookies']['salt'] = 'MGYwNjhlNjU5Y2QxNWU3YjQ3MzQ1Yj';
$config['flood_time'] = 0;
$config['flood_time_ip'] = 0;
$config['flood_time_same'] = 0;
$config['flood_time'] = 30;
$config['flood_time_ip'] = 60;
$config['flood_time_same'] = 60;
$config['max_body'] = 100000;
$config['reply_limit'] = 250;
$config['max_links'] = 40;

Loading…
Cancel
Save