Changes between Version 33 and Version 34 of ProjectOptions


Ignore:
Timestamp:
Aug 2, 2007, 11:14:31 AM (17 years ago)
Author:
Rytis
Comment:

<ignore_upload_certificates/> was not documented

Legend:

Unmodified
Added
Removed
Modified
  • ProjectOptions

    v33 v34  
    1414[ <ignore_delay_bound/> ]
    1515[ <dont_generate_upload_certificates/> ]
     16[ <ignore_upload_certificates/> ]
    1617[ <locality_scheduling/> ]
    1718[ <locality_scheduling_wait_period> N </locality_scheduling_wait_period> ]
     
    4950 '''dont_generate_upload_certificates'''::
    5051        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.
    5154 '''locality_scheduling'''::
    5255        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].