Skip to content

Commit eb34641

Browse files
committed
chore: update timeout
1 parent c37b23e commit eb34641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/idempotency/src/persistence/CachePersistenceLayer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ import { IdempotencyRecord } from './IdempotencyRecord.js';
3939
*
4040
* const client = await GlideClient.createClient({
4141
* addresses: [{
42-
* host: process.env.CACHE_ENDPOINT,
42+
* host: String(process.env.CACHE_ENDPOINT),
4343
* port: Number(process.env.CACHE_PORT),
4444
* }],
4545
* useTLS: true,
46-
* requestTimeout: 5000
46+
* requestTimeout: 2000
4747
* });
4848
*
4949
* const persistence = new CachePersistenceLayer({

0 commit comments

Comments
 (0)