Changes between Version 33 and Version 34 of ProjectOptions
- Timestamp:
- Aug 2, 2007, 11:14:31 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v33 v34 14 14 [ <ignore_delay_bound/> ] 15 15 [ <dont_generate_upload_certificates/> ] 16 [ <ignore_upload_certificates/> ] 16 17 [ <locality_scheduling/> ] 17 18 [ <locality_scheduling_wait_period> N </locality_scheduling_wait_period> ] … … 49 50 '''dont_generate_upload_certificates''':: 50 51 Don't put upload certificates in results. This makes result generation a lot faster, since no encryption is done, but you lose protection against DoS attacks on your upload servers. 52 '''ignore_upload_certificates''':: 53 If upload certificates are not generated, this option must be enabled to force file upload handler accept files being uploaded. 51 54 '''locality_scheduling''':: 52 55 When possible, send work that uses the same files that the host already has. This is intended for projects which have large data files, where many different workunits use the same data file. In this case, to reduce download demands on the server, it may be advantageous to retain the data files on the hosts, and send them work for the files that they already have. See [LocalityScheduling Locality Scheduling].