Advertisement
ShawnsSpace

AWE config.yml

Mar 4th, 2016
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 1.24 KB | None | 0 0
  1. awe:
  2.   version: 13
  3.   rendering:
  4.     interval: 16
  5.     talk-interval: 16
  6.     queue-max-size-hard: 5000000
  7.     queue-max-size-soft: 2500000
  8.     talk-cooldown: 5
  9.   dispatcher:
  10.     max-jobs: 2000
  11.     max-idle-runs: 200
  12.     max-time: 20
  13.   forceFlushBlocks: 10000
  14.   checkVersion: true
  15.   physicsFreez: false
  16.   strings: english.yml
  17.   debug: false
  18.   blocksHub:
  19.     access:
  20.       isEnabled: false
  21.       allowNull: false
  22.       allowUnknown: true
  23.       allowConsole: true
  24.       allowOffline: false
  25.       isDcEnabled: false
  26.     log:
  27.       isEnabled: true
  28.       isDcEnabled: false
  29.   permissionGroups:
  30.     default:
  31.       isDefault: true
  32.       maxJobs: 5
  33.       cleanOnLogout: true
  34.       defaultMode: true
  35.       renderer:
  36.         blocks: 5000
  37.         time: 100
  38.       queue:
  39.         limit-hard: 1000000
  40.         limit-soft: 1000000
  41.       messages:
  42.         progress-bar: false
  43.         progress-chat: true
  44.         talkative: true
  45.         progress-bar-min: 100
  46.       disableUndo: false
  47.   disabledOperations: []
  48.   permissions:
  49.     opHasAll: true
  50.     disableQueueBypass: true
  51.   memory:
  52.     minimumHard: 10000000
  53.     minimumSoft: 15000000
  54.     gcTimeout: 10000
  55.   undo:
  56.     memoryLowMain: cancel
  57.     memoryLow: wait
  58.     storeOnDisk: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement