mirror of
https://github.com/reality/dbot.git
synced 2024-11-23 20:39:25 +01:00
concurrise the imgur pulls
This commit is contained in:
parent
8c93a75e04
commit
93022fa4f2
@ -304,7 +304,7 @@ var imgur = function(dbot) {
|
||||
dbot.api.link.addHandler('imgurimage', /https?:\/\/i\.imgur\.com\/([a-zA-Z0-9]+)\.([jpg|png|gif])/, imgurHandler);
|
||||
dbot.api.link.addHandler('imgurimage', /https?:\/\/imgur\.com\/([a-zA-Z0-9]+)/, imgurHandler);
|
||||
|
||||
async.timesSeries(this.config.ricachelength, function(n, next) {
|
||||
async.times(this.config.ricachelength, function(n, next) {
|
||||
this.api.getGoodRandomImage(function(link, imgData) {
|
||||
this.riCache.push([ link, imgData ]);
|
||||
next();
|
||||
|
Loading…
Reference in New Issue
Block a user