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 3f1c6de commit cd91519Copy full SHA for cd91519
src/main/kotlin/com/github/xepozz/php_dump/configuration/PhpDumpSettingsService.kt
@@ -16,7 +16,7 @@ class PhpDumpSettingsService : SimplePersistentStateComponent<PhpDumpSettingsSer
16
class State : BaseState() {
17
var debugLevel: String? by string(PhpOpcacheDebugLevel.BEFORE_OPTIMIZATION.value)
18
var preloadFile: String? by string(null)
19
- var autoRefresh: Boolean by property(true)
+ var autoRefresh: Boolean by property(false)
20
var tokensObject: Boolean by property(true)
21
}
22
0 commit comments