working rss feed to nostr publish
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.REQUEST_HEADER = exports.INVOCATION_ID_HEADER = exports.NO_RETRY_INCREMENT = exports.TIMEOUT_RETRY_COST = exports.RETRY_COST = exports.INITIAL_RETRY_TOKENS = exports.THROTTLING_RETRY_DELAY_BASE = exports.MAXIMUM_RETRY_DELAY = exports.DEFAULT_RETRY_DELAY_BASE = void 0;
|
||||
exports.DEFAULT_RETRY_DELAY_BASE = 100;
|
||||
exports.MAXIMUM_RETRY_DELAY = 20 * 1000;
|
||||
exports.THROTTLING_RETRY_DELAY_BASE = 500;
|
||||
exports.INITIAL_RETRY_TOKENS = 500;
|
||||
exports.RETRY_COST = 5;
|
||||
exports.TIMEOUT_RETRY_COST = 10;
|
||||
exports.NO_RETRY_INCREMENT = 1;
|
||||
exports.INVOCATION_ID_HEADER = "amz-sdk-invocation-id";
|
||||
exports.REQUEST_HEADER = "amz-sdk-request";
|
||||
Reference in New Issue
Block a user