Proposal for default project options
Currently there are lots of project options,
and the default values (as created by make_project)
are not always the best ones.
The following table shows:
- Current: what's currently generated by make_project
- Proposed (testing): proposed values for make_project. These should be appropriate for a project during its private (testing) phase.
- Proposed (production): recommended values for a production project. Values marked with * may imposed a high server load and should be changed if the server becomes overloaded.
Web site
| parameter | current | proposed (testing) | proposed (production)
|
| profile_screening | 0 | 0 | 0
|
| show_results | 0 | 1 | 1*
|
| no_forum_rating | 0 | 1 | 1
|
Miscellaneous
| parameter | current | proposed (testing) | proposed (production)
|
| disable_account_creation | 1 | 1 | 0
|
| min_passwd_length | 6 | 6 | 6
|
Client control
| parameter | current | proposed (testing) | proposed (production)
|
| verify_files_on_app_start | 0 | 0 | 0
|
Server logging
| parameter | current | proposed (testing) | proposed (production)
|
| sched_debug_level | 2 | 3 | 2
|
| fuh_debug_level | 2 | 2 | 2
|
Credit
| parameter | current | proposed (testing) | proposed (production)
|
| fp_benchmark_weight | .5 | 1. | 1.
|
Scheduling
| parameter | current | proposed (testing) | proposed (production)
|
| one_result_per_user_per_wu | 0 | 0 | 1
|
| one_result_per_host_per_wu | 0 | 0 | 0
|
| max_wus_to_send | 10 | 10 | 10
|
| max_wus_in_progress | 0 | 0 | 0
|
| min_sendwork_interval | 0 | 0 | 0
|
| daily_result_quota | 0 | 0 | 0
|
| ignore_delay_bound | 0 | 0 | 0
|
| dont_generate_upload_certificates | 0 | 0 | 0
|
| nowork_skip | 0 | 0 | 0*
|
| resend_lost_results | 0 | 1 | 1
|
| send_result_abort | 0 | 1 | 1
|
| reliable_min_avg_credit | 0 | 10 | 10
|
| reliable_min_avg_turnaround | 0 | 1 day | 1 day
|
| reliable_time | 0 | 0 | 0
|
| reliable_reduced_delay_bound | 0 | 0.5 | 0.5
|
| reliable_on_priority | 0 | 1 | 1
|
| reliable_on_over | 0 | 1 | 1
|
| reliable_on_over_except_error | 0 | 1 | 1
|
File deletion
| parameter | current | proposed (testing) | proposed (production)
|
| delete_delay_hours | 0 | 24 | 24*
|