Don't try to upload entire config for each connection loaded
This commit is contained in:
parent
42b2237d0f
commit
50f068400d
@ -22,7 +22,8 @@ export const ConnectionConfig = {
|
||||
if (!config || !val) return;
|
||||
config = val.merge(config);
|
||||
|
||||
return applyConfig(config);
|
||||
// return applyConfig(config);
|
||||
return applyConfig(val);
|
||||
},
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user