Package Updatex and Redis Config Adjustment
This commit is contained in:
@@ -13,7 +13,6 @@ const MOVE_QUEUE_NAME = "moveQueue";
|
||||
const connectionOpts = {
|
||||
host: "localhost",
|
||||
port: 6379,
|
||||
maxRetriesPerRequest: 3,
|
||||
enableReadyCheck: true,
|
||||
reconnectOnError: (err: Error) => err.message.includes("READONLY")
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user