Advertisement
Guest User

Untitled

a guest
Mar 7th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1.  
  2. # This is the configuration of NoLaggChunks
  3.  
  4. # The minimum chunk sending rate (chunks/tick)
  5. minRate: 0.25
  6. # The maximum chunk sending rate (chunks/tick)
  7. maxRate: 3.0
  8. # The rate at which chunks are 'triggered' (refreshed, make visible) (trigger packets/tick)
  9. triggerRate: 0.5
  10. # The amount of threads to use to compress the chunk packets (increase if it can't keep up)
  11. compressionThreadCount: 3
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement