We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 548ef45 commit 7084aedCopy full SHA for 7084aed
ModuleConfig.cfc
@@ -11,7 +11,6 @@ component {
11
"contextProvider": "DefaultContextProvider@unleashsdk",
12
"apiURL": getSystemSetting( "UNLEASH_API_URL" ),
13
"apiToken": getSystemSetting( "UNLEASH_API_TOKEN" ),
14
- "cacheTimeout": createTimeSpan( 0, 0, 0, 10 ),
15
"refreshInterval": 10
16
};
17
0 commit comments