27 lines
812 B
Plaintext
27 lines
812 B
Plaintext
|
{
|
||
|
"la_port": 8001,
|
||
|
"la_test_port": 8005,
|
||
|
"tp_port": 8003,
|
||
|
"tp_test_port": 8123,
|
||
|
"bootstrapping_period_duration": 180,
|
||
|
"censor_secrecy": CENSOR_SECRECY,
|
||
|
"censor_max_connections": 30000,
|
||
|
"censor_max_pr": 1,
|
||
|
"censor_speed": "Fast",
|
||
|
"censor_event_duration": 14,
|
||
|
"censor_totality": "Full",
|
||
|
"censor_partial_blocking_percent": 0.5,
|
||
|
"country": "ru",
|
||
|
"min_new_users_per_day": 0,
|
||
|
"max_new_users_per_day": 20,
|
||
|
"num_connection_retries": 3,
|
||
|
"num_days": 500,
|
||
|
"one_positive_report_per_cred": true,
|
||
|
"prob_censor_gets_invite": 0.01,
|
||
|
"prob_connection_fails": 0.0028,
|
||
|
"prob_user_connects": 0.5,
|
||
|
"prob_user_invites_friend": 0.25,
|
||
|
"prob_user_submits_reports": PROB_USER_SUBMITS_REPORTS,
|
||
|
"prob_user_treats_throttling_as_blocking": 0.25
|
||
|
}
|