Changes between Version 41 and Version 42 of ProjectOptions
- Timestamp:
- Nov 17, 2007, 3:26:03 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v41 v42 70 70 }}} 71 71 '''send_result_abort''':: 72 If set, and the client is processing a result for a WU that has been cancel led 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. 73 73 '''default_disk_max_used_gb''':: 74 74 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.