Example #1
0
 public MatchPoller(IDotaWebApi api)
 {
     this.api        = api;
     MinThrottle     = 100;
     MaxThrottle     = 30 * 1000;
     currentThrottle = MinThrottle;
 }
Example #2
0
 public MatchPoller(IDotaWebApi api)
 {
     this.api = api;
     MinThrottle = 100;
     MaxThrottle = 30 * 1000;
     currentThrottle = MinThrottle;
 }