Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion Source/Applications/SystemCenter/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
<add name="Realm" value="" description="Case-sensitive identifier that defines the protection space for the web based authentication and is used to indicate a scope of protection." encrypted="false" />
<add name="SessionTimeout" value="20" description="The timeout, in minutes, for which inactive client sessions will be expired and removed from the cache." encrypted="false" />
<add name="SessionMonitorInterval" value="60000" description="The interval, in milliseconds, over which the client session cache will be evaluated for expired sessions." encrypted="false" />
<add name="OpenMICStatisticOperation" value="never" description="Cron syntax for running OpenMIC Statistic Operation, never if not desired to run" encrypted="false" />
<add name="UserAccountMetaDataUpdater" value="never" description="Cron syntax for running UserAccount MetaData Operation, never if not desired to run" encrypted="false" />
</systemSettings>
<dbOpenXDA>
Expand Down
1 change: 0 additions & 1 deletion Source/Applications/SystemCenter/AppDebug.config
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
<add name="SessionTimeout" value="20" description="The timeout, in minutes, for which inactive client sessions will be expired and removed from the cache." encrypted="false" />
<add name="SessionMonitorInterval" value="60000" description="The interval, in milliseconds, over which the client session cache will be evaluated for expired sessions." encrypted="false" />
<add name="TableNamePrefix" value="SystemCenter." description="Allows for a general prefacing of table names so databases can be consolidated." encrypted="false" />
<add name="OpenMICStatisticOperation" value="never" description="Cron syntax for running OpenMIC Statistic Operation, never if not desired to run" encrypted="false" />
<add name="UserAccountMetaDataUpdater" value="never" description="Cron syntax for running UserAccount MetaData Operation, never if not desired to run" encrypted="false" />

</systemSettings>
Expand Down
Loading