Skip to content

Commit d058383

Browse files
committed
upgrade deps
1 parent cb6d72e commit d058383

File tree

4 files changed

+112
-146
lines changed

4 files changed

+112
-146
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,5 @@ dist
102102

103103
# TernJS port file
104104
.tern-port
105+
106+
.idea

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Optimized JSON HTTP Data Source for Apollo Server
66

7-
- Uses [Undici](https://github.com/nodejs/undici) under the hood. It's around `56%` faster than `apollo-datasource-rest`
7+
- Uses [Undici](https://github.com/nodejs/undici) under the hood. It's around `60%` faster than `apollo-datasource-rest`
88
- Request Deduplication (LRU), Request Cache (TTL) and `stale-if-error` Cache (TTL)
99
- Support [AbortController ](https://github.com/mysticatea/abort-controller) to manually cancel all running requests
1010
- Support for [Apollo Cache Storage backend](https://www.apollographql.com/docs/apollo-server/data/data-sources/#using-memcachedredis-as-a-cache-storage-backend)

0 commit comments

Comments
 (0)