Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
fix(page_size): increase from 10 to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
Satya Rohith committed Sep 13, 2018
1 parent 8fa3d4c commit 2ad3127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion util.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const Ora = require('ora');
const config = new CacheConf();
const spinner = new Ora();
const ACCESS_TOKEN = config.get('do_api_access_token');
const DoAPI = new DigitalOcean(ACCESS_TOKEN, 10);
const DoAPI = new DigitalOcean(ACCESS_TOKEN, 50);

module.exports.config = config;

Expand Down

0 comments on commit 2ad3127

Please sign in to comment.