Changeset 1520 for trunk/gregarius/schema.php
- Timestamp:
- 08/03/06 16:23:16 (2 years ago)
- Files:
-
- 1 modified
-
trunk/gregarius/schema.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/gregarius/schema.php
r1518 r1520 471 471 "rss.config.ajaxbatchsize" => array('3','3','num','Sets the number of feeds in a batch when using the ajax updater. Remember to set rss.config.serverpush to false.',NULL), 472 472 "rss.config.defaultdashboard" => array('true','true','boolean','If the first page seen when entering the admin section should be the dashboard',NULL), 473 "rss.config.deadthreshhold" => array('24', '24', 'num', 'Sets the threshold for when a feed is marked as dead, in hours', NULL) 473 "rss.config.deadthreshhold" => array('24', '24', 'num', 'Sets the threshold for when a feed is marked as dead, in hours', NULL), 474 "rss.search.maxitems" => array(500, 500, 'num', 'Sets the maximum number of items returned on a search', NULL) 474 475 ); 475 476
