Skip to content

Commit

Permalink
chore: remove unused config (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
dead-horse authored and atian25 committed Mar 31, 2017
1 parent 88449f9 commit a4d12ec
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions config/config.default.js
Expand Up @@ -252,17 +252,6 @@ module.exports = appInfo => {
'bodyParser',
];

/**
* The options of `jsonp` plugin
* @member Config#jsonp
* @property {String} callback - the method name锛宒efault is `_callback`
* @property {Number} limit - the max length of the method name锛宒efault is `50`
*/
config.jsonp = {
callback: '_callback',
limit: 50,
};

/**
* emit `startTimeout` if worker don't ready after `workerStartTimeout` ms
* @member {Number} Config.workerStartTimeout
Expand Down

0 comments on commit a4d12ec

Please sign in to comment.