|
|
|
@ -147,6 +147,7 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
|
|
|
|
|
el: { |
|
|
|
|
disabled: !o.editable, |
|
|
|
|
type: "bi.switch", |
|
|
|
|
selected: this.model.keepAlive, |
|
|
|
|
listeners: [{ |
|
|
|
|
eventName: BI.Editor.EVENT_CHANGE, |
|
|
|
|
action: function () { |
|
|
|
@ -165,6 +166,7 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
|
|
|
|
|
el: { |
|
|
|
|
disabled: !o.editable, |
|
|
|
|
type: "bi.switch", |
|
|
|
|
selected: this.model.useGzip, |
|
|
|
|
listeners: [ |
|
|
|
|
{ |
|
|
|
|
eventName: BI.Switcher.EVENT_CHANGE, |
|
|
|
@ -247,7 +249,7 @@ BI.config("dec.constant.intelligence.cluster.file.server", function (items) {
|
|
|
|
|
workRoot: val.workRoot, |
|
|
|
|
keepAlive: val.keepAlive, |
|
|
|
|
useGzip: val.useGzip, |
|
|
|
|
maxConnection: val.maxConnection, |
|
|
|
|
maxConnection: val.maxConnection||50, |
|
|
|
|
}; |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|