Skip to content

Commit

Permalink
Whitespace change.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Jul 21, 2004
1 parent 5110b62 commit a9ce9ff
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sql/mysql/defaults.sql
Expand Up @@ -845,7 +845,6 @@ INSERT INTO vars (name, value, description) VALUES ('memcached_exptime_user','12
INSERT INTO vars (name, value, description) VALUES ('memcached_exptime_comtext','86400','Number of seconds comment text lives in memcached before requiring a re-read from the DB (empty string=default, 0=forever)');
INSERT INTO vars (name, value, description) VALUES ('memcached_keyprefix','x','Unique, short (1-2 chars probably) prefix to distinguish this site from the other sites sharing memcaches');
INSERT INTO vars (name, value, description) VALUES ('memcached_servers','127.0.0.1:11211','Space-sep list of servers for memcached in host:port format; to weight a server append =n');

INSERT INTO vars (name, value, description) VALUES ('min_expiry_comm','10','Lowest value for comment expiry trigger.');
INSERT INTO vars (name, value, description) VALUES ('min_expiry_days','7','Lowest value for duration expiry trigger.');
INSERT INTO vars (name, value, description) VALUES ('minkarma','-25','Minimum karma a user can sink to');
Expand Down

0 comments on commit a9ce9ff

Please sign in to comment.