@revolugo/booking-api-client
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -6,3 +6,3 @@ "use strict"; | ||
const case_transformers_1 = require("./utils/case-transformers"); | ||
const INTERVAL = 1000; | ||
const INTERVAL = 1500; | ||
class Poller { | ||
@@ -13,3 +13,3 @@ constructor() { | ||
interval: INTERVAL, | ||
maxCallCount: 10 | ||
maxCallCount: 20 | ||
}; | ||
@@ -16,0 +16,0 @@ this.pollings = {}; |
@@ -33,3 +33,3 @@ { | ||
"types": "build/index.d.ts", | ||
"version": "1.1.7" | ||
"version": "1.1.8" | ||
} |
@@ -20,3 +20,3 @@ import { v4 as uuidv4 } from 'uuid' | ||
const INTERVAL = 1000 | ||
const INTERVAL = 1500 | ||
@@ -38,3 +38,3 @@ export interface IPollerOptions<U> { | ||
interval: INTERVAL, | ||
maxCallCount: 10 | ||
maxCallCount: 20 | ||
} | ||
@@ -41,0 +41,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1115117
21823