Skip to content

Commit cd28ff7

Browse files
committed
updates
- increase cache time - fix timeout defaults - add optional caching to `getTimesheetBatchEntries()` - update linter and prettier - bump to v0.18.0
1 parent d80cfb0 commit cd28ff7

26 files changed

Lines changed: 1824 additions & 1681 deletions

apiConfig.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export declare const accountSegmentSeparator = "-";
55
/**
66
* The number of seconds cached lookups should stay cached.
77
*/
8-
export declare const cacheTimeToLiveSeconds = 30;
8+
export declare const cacheTimeToLiveSeconds = 60;

apiConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ export const accountSegmentSeparator = '-';
55
/**
66
* The number of seconds cached lookups should stay cached.
77
*/
8-
export const cacheTimeToLiveSeconds = 30;
8+
export const cacheTimeToLiveSeconds = 60;

apiConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ export const accountSegmentSeparator = '-'
66
/**
77
* The number of seconds cached lookups should stay cached.
88
*/
9-
export const cacheTimeToLiveSeconds = 30
9+
export const cacheTimeToLiveSeconds = 60

index.d.ts

Lines changed: 114 additions & 114 deletions
Large diffs are not rendered by default.

index.js

Lines changed: 151 additions & 147 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)