Changes between Version 41 and Version 42 of ProjectOptions


Ignore:
Timestamp:
Nov 17, 2007, 3:26:03 PM (16 years ago)
Author:
Nicolas
Comment:

send_result_abort: Don't mention internal protocol stuff; explain what it does, not what XML tag it sends.

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v41 v42  
    7070}}}
    7171 '''send_result_abort'''::
    72         If set, and the client is processing a result for a WU that has been cancelled or is not in the DB (i.e. there's no chance of getting credit) send <result_abort>. If client is processing a result for a WU that has been assimilated or is overdue (i.e. there's a chance of not getting credit) send <result_abort_if_not_started>. Note: this will increase the load on your DB server.
     72        If set, and the client is processing a result for a WU that has been canceled or is not in the DB (i.e. there's no chance of getting credit), tell the client to abort the result regardless of state. If client is processing a result for a WU that has been assimilated or is overdue (i.e. there's a chance of not getting credit) tell the client to abort the result if it hasn't started yet. Note: this will increase the load on your DB server.
    7373 '''default_disk_max_used_gb'''::
    7474        Sets the default value for the `disk_max_used_gb` preference so it's consistent between the scheduler and web pages. The scheduler uses it when a request for work doesn't include preferences, or the preference is set to zero. The web page scripts use it to set the initial value when displaying or editing preferences the first time, or when the user never saved them. Default is 100.