Changes between Version 10 and Version 11 of ProjectOptions
- Timestamp:
- May 14, 2007, 8:18:08 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v10 v11 135 135 [ <one_result_per_user_per_wu/> ] 136 136 [ <max_wus_to_send> N </max_wus_to_send> ] 137 [ <max_wus_in_progress> N </max_wus_in_progress> ] 137 138 [ <min_sendwork_interval> N </min_sendwork_interval> ] 138 139 [ <daily_result_quota> N </daily_result_quota> ] … … 156 157 '''max_wus_to_send''':: 157 158 Maximum results sent per scheduler RPC. Helps prevent hosts with trouble from getting too many results and trashing them. But you should set this large enough so that a host which is only connected to the net at intervals has enough work to keep it occupied in between connections. 159 '''max_wus_in_progress''':: 160 Maximum results in progress per host. 158 161 '''min_sendwork_interval''':: 159 162 Minimum number of seconds to wait after sending results to a given host, before new results are sent to the same host. Helps prevent hosts with download or application problems from trashing lots of results by returning lots of error results. But don't set it to be so long that a host goes idle after completing its work, before getting new work.