configs.js 136 B

12345678
  1. /**
  2. * Basic configuration
  3. */
  4. module.exports = function () {
  5. this.encoding = 'utf8';
  6. this.timeout = 0;
  7. this.maxBuffer = 200 * 1024
  8. }