Ignore:
Timestamp:
04/11/06 15:07:28 (18 years ago)
Author:
bastiaans
Message:

web/addons/job_monarch/conf.php:

  • added SEARCH_RESULT_LIMIT option to prevent HUGE result lists

web/addons/job_monarch/libtoga.php:

  • added a resultcount
  • changed sql query to count first and limit the results

web/addons/job_monarch/search.php:

  • added extra message when results are limited
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/addons/job_monarch/conf.php

    r246 r248  
    33//
    44$default_showhosts = 1;
     5
     6// Stop displaying archive search results after SEARCH_RESULT_LIMIT
     7//
     8$SEARCH_RESULT_LIMIT = 20;
    59
    610// Show the column job attribute 'requested memory'?
Note: See TracChangeset for help on using the changeset viewer.