-
Notifications
You must be signed in to change notification settings - Fork 496
ProjectDefaults
Vitalii Koshura edited this page Apr 11, 2023
·
2 revisions
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 impose a high server load and should be changed if the server becomes overloaded.
Note: for most of the numeric parameters, the value 0 means that the parameter is not used.
| parameter | current | proposed (testing) | proposed (production) |
| profile_screening | F | F | F |
| show_results | F | T | T* |
| no_forum_rating | F | T | T |
| parameter | current | proposed (testing) | proposed (production) |
| disable_account_creation | T | T | F |
| min_passwd_length | 6 | 6 | 6 |
| parameter | current | proposed (testing) | proposed (production) |
| verify_files_on_app_start | F | F | F |
| parameter | current | proposed (testing) | proposed (production) |
| sched_debug_level | 2 | 3 | 2 |
| fuh_debug_level | 2 | 2 | 2 |
| parameter | current | proposed (testing) | proposed (production) |
| fp_benchmark_weight | .5 | 1. | 1. |
| parameter | current | proposed (testing) | proposed (production) |
| one_result_per_user_per_wu | F | F | T |
| one_result_per_host_per_wu | F | F | F |
| 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 | F | F | F |
| dont_generate_upload_certificates | F | F | F |
| nowork_skip | F | F | F* |
| resend_lost_results | F | T | T |
| send_result_abort | F | T | T |
| 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 |
| parameter | current | proposed (testing) | proposed (production) |
| delete_delay_hours | 0 | 24 | 24* |