Old Server Notes

From pisswiki
Revision as of 20:40, 11 April 2022 by Roadkill (talk | contribs) (Created page with "Things you may need to know if you're porting an older version's config over to a new version. --- class hubs { pingfreq 60; connfreq 60; maxclients...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Things you may need to know if you're porting an older version's config over to a new version.

---

class hubs {

       pingfreq 60;
       connfreq 60;
       maxclients 200; /* max servers */
       sendq 20M;

}

---