-
Maximum Etherpad limit users per pad
Quotas.js restricts this and by default reads:
function getMaxSimultaneousPadEditors(globalPadId) {if (isProDomainRequest()) {if (pne_utils.isPNE()) {return licensing.getMaxUsersPerPad();} else {return 1e6;}} else {// etherpad.com public padsif (globalPadId && stringutils.startsWith(globalPadId, “conf-”)) {return 64;} else {return 32;}}return 1e6;}function getMaxSavedRevisionsPerPad() {if (isProDomainRequest()) {return 1e3;} else {// free public etherpad.comreturn 100;}}So to summarize:Depending on the mode you are in depends on the amount you haveNon-Pro –>Max per time on 1 pad: 64Max revisions: 100Pro –>Max per time: UnlimitedMax revisions: UnlimitedRelated Posts
- Rebranding Etherpad
- Securing Etherpad admin with a password
- Etherpad emails show wrong port (9000) when sending from version 1 running apache and mod_proxy
- Title: Fixing pro domain login for Etherpad installations running on XX YY ZZ type hosting IE prodomain.etherpad.mydomain.com
- Troubleshooting the Etherpad theme framework
Latest Videos
Sponsors
- Why I am not a fan of phonics February 9, 2012 malbell
- Using Cashback Sites February 8, 2012 Ian Addison
- Yaca Paca! February 8, 2012 Tim
- Safer Internet Week February 8, 2012 Mr. Mayoh
- Perhaps it is about time you joined the K Team! February 8, 2012 chickensaltash
- Moonshot Thinking: Solve For X February 8, 2012 malbell
- Picture Book Maker February 8, 2012 simon




