Add longsms support to client
This commit is contained in:
@@ -68,6 +68,11 @@ const clientOptions = [
|
||||
defaultOption: 1000,
|
||||
description: "Default max rate for metrics/bars."
|
||||
},
|
||||
{
|
||||
name: "longsms",
|
||||
type: Boolean,
|
||||
description: "Split messages into multiple parts. Applies only if message is too big for one packet."
|
||||
},
|
||||
];
|
||||
|
||||
const centerOptions = [
|
||||
@@ -151,6 +156,11 @@ const centerOptions = [
|
||||
defaultOption: 1000,
|
||||
description: "Default max rate for metrics/bars."
|
||||
},
|
||||
{
|
||||
name: "longsms",
|
||||
type: Boolean,
|
||||
description: "Split messages into multiple parts. Applies only if message is too big for one packet."
|
||||
},
|
||||
];
|
||||
|
||||
module.exports = { clientOptions, centerOptions };
|
||||
|
Reference in New Issue
Block a user