﻿<?xml version="1.0"?>
<CLSSCacheCommonConfiguration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <!-- キャッシュ管理デバッグログ用ファイル -->
  <CacheManagerDebugLogFileName>LSSCacheManager.log</CacheManagerDebugLogFileName>
  <!-- キャッシュ管理の重複起動防止チェック用Mutex名 -->
  <CacheManagerMutexName>LSSCacheManager</CacheManagerMutexName>
  <!-- キャッシュ管理公開サービス名 -->
  <CacheChannelName>LSSCacheService</CacheChannelName>
  <!-- キャッシュ管理公開アプリ名 -->
  <CacheProcRmtAppName>LSSCacheSV</CacheProcRmtAppName>
  <!-- 同期周期(msec) -->
  <CacheSyncInterval>10800000</CacheSyncInterval>
  <!-- キャッシュDBファイル名 -->
  <CacheDBFileName>LSSCache.sdf</CacheDBFileName>
  <!-- キャッシュDBテンプレートファイル名 -->
  <CacheDBTemplateFileName>LSSCache.sdf.Template</CacheDBTemplateFileName>
  <!-- トランザクション完了までのタイムアウト値(msec) -->
  <CacheTransactionTimeout>30000</CacheTransactionTimeout>

  <!-- 設定管理デバッグログ用ファイル -->
  <ConfManagerDebugLogFileName>LSSConfManager.log</ConfManagerDebugLogFileName>
  <!-- 設定管理の重複起動防止チェック用Mutex名 -->
  <ConfManagerMutexName>LSSConfManager</ConfManagerMutexName>
  <!-- 設定管理公開サービス名 -->
  <ConfChannelName>LSSConfService</ConfChannelName>
  <!-- 設定管理公開アプリ名 -->
  <ConfProcRmtAppName>LSSConfigurationSV</ConfProcRmtAppName>
  <!-- 設定管理リモーティング定義ファイル名 -->
  <ConfSVRemoteConfig>LSSConfigurationSV_remote.xml</ConfSVRemoteConfig>
  <!-- 設定管理ポートNo -->
  <ConfSVPortNo>29520</ConfSVPortNo>

  <!-- メンテナンスツールデバッグログ用ファイル -->
  <MentToolDebugLogFileName>LSSMaintenanceTool.log</MentToolDebugLogFileName>
</CLSSCacheCommonConfiguration>