DS Hosting P2P Placer
1. Overview
The file dshosting_p2p_placer.yaml
in exported package contains all configuration of P2P Placer
from exported title region. You can add, delete or update some items in the file and then re-import to the title region.
2. An Example of The File Content
# AUTO-GENERATED FILE.
#
# Export information
# @export_time: Tue, 21 Feb 2023 07:08:16 GMT
#
# This file was automatically generated by PGOS Portal.
# Copyright 2023 Proxima Beta, Inc. All Rights Reserved.
dshosting_p2p_placer:
snapshot_tag: "20230220155842028"
title_id: 4gnsz
title_region_id: apgz_4gnsz_186575
list:
- identification:
name: willtestp2pplacer
activation_timeout: 200
enable_host_migration: true
host_health_checking_timeout: 10
new_host_selected_timeout: 10
election_threshold_percent: 50
3. Field Description
- identification: The nique identifier for the current resource, it contains multiple fields:
- name: The name of p2p placer. Type: string. Length: 1-128.
- activation_timeout: The activation timeout of p2p placer. Type: number. Length: 1-600.
- enable_host_migration: Whether to enable host migration. Type: boolean.
- host_health_checking_timeout: The timeout of host health checking. Type: number. Length: 1-60.
- new_host_selected_timeout: The timeout of new host selected. Type: number. Length: 1-600.
- election_threshold_percent: The election threshold percent. Type: number. Length: 1-100.