Skip to content

Commit

Permalink
These options are not used as the feedback functionality is now in a …
Browse files Browse the repository at this point in the history
…separate object.
  • Loading branch information
argon committed Oct 4, 2010
1 parent 688e35b commit 84d22c7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions node-apn.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ var Connection = function (optionArgs) {
, port: 2195 /* gateway port */
, enhanced: false /* enable enhanced format */
, errorCallback: undefined /* Callback when error occurs */
, feedback: false /* enable feedback service, set to callback */
, feedbackInterval: 3600 /* interval in seconds to connect to feedback service */
, cacheLength: 5 /* Number of notifications to cache for response */
};

Expand Down

0 comments on commit 84d22c7

Please sign in to comment.