github.com/metaworking/channeld@v0.7.3/config/channel_settings_ue.json (about)

     1  {
     2      "1": {
     3          "TickIntervalMs": 20,
     4          "DefaultFanOutIntervalMs": 20,
     5          "DefaultFanOutDelayMs": 0,
     6          "RemoveChannelAfterOwnerRemoved": false,
     7          "ACLSettings": {
     8              "Sub": 3,
     9              "Unsub": 3,
    10              "Remove": 0
    11          }
    12      },
    13      "2": {
    14          "TickIntervalMs": 20,
    15          "DefaultFanOutIntervalMs": 20,
    16          "DefaultFanOutDelayMs": 0,
    17          "RemoveChannelAfterOwnerRemoved": true,
    18          "ACLSettings": {
    19              "Sub": 2,
    20              "Unsub": 2,
    21              "Remove": 2
    22          }
    23      },
    24      "3": {
    25          "TickIntervalMs": 20,
    26          "DefaultFanOutIntervalMs": 20,
    27          "DefaultFanOutDelayMs": 0,
    28          "RemoveChannelAfterOwnerRemoved": true,
    29          "ACLSettings": {
    30              "Sub": 3,
    31              "Unsub": 3,
    32              "Remove": 2
    33          }
    34      },
    35      "4": {
    36          "TickIntervalMs": 20,
    37          "DefaultFanOutIntervalMs": 20,
    38          "DefaultFanOutDelayMs": 0,
    39          "RemoveChannelAfterOwnerRemoved": true,
    40          "ACLSettings": {
    41              "Sub": 3,
    42              "Unsub": 3,
    43              "Remove": 2
    44          }
    45      },
    46      "5": {
    47          "TickIntervalMs": 33,
    48          "DefaultFanOutIntervalMs": 50,
    49          "DefaultFanOutDelayMs": 0,
    50          "RemoveChannelAfterOwnerRemoved": true,
    51          "ACLSettings": {
    52              "Sub": 3,
    53              "Unsub": 3,
    54              "Remove": 2
    55          }
    56      }
    57  }