vectr0n

Untitled

Aug 3rd, 2016
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. //
  2. // Maximum number of history lines per channel
  3. //
  4. // Defines the maximum number of history lines that will be kept in
  5. // memory per channel/query, in order to reduce the memory usage of
  6. // the server. Negative means unlimited.
  7. //
  8. // @type integer
  9. // @default -1
  10. maxHistory: -1,
Advertisement
Add Comment
Please, Sign In to add comment