This commit is contained in:
biosvos
2026-08-07 17:38:18 +09:00
commit 873193a243
9613 changed files with 2755992 additions and 0 deletions
+32
View File
@@ -0,0 +1,32 @@
[rc_accessd]
# Log Directory path
DEFAULT_LOG_DIR = /user/service/logs
# Log write level: 7:debug 6:info(Default) 5:notice 4:warning 3:error 2:critical 1:alert 0:emergency
LOG_LEVEL = 6
#LOG_LEVEL = 7
# Access info RCDB
RCDB_IP = 192.168.10.130
RCDB_PORT = 6543
RCDB_DB_NAME = localdb
RCDB_ACCT = syshost
RCDB_ACCT_PW = alfkzmf!?{}
# FHS ftsd TCP Listen Port (default: 14001)
FHS_TRANSFER_DAEMON_PORT = 14001
# Max Queue Count(size) limit
# default: 4096, minimum 2048.
MAX_QUEUE_COUNT = 4096
# Max Thread Count
# default : 10
MAX_THREAD_COUNT = 50
# Access time extract service info
ACCESS_TIME_EXTRACT_TARGET_SERVICE_SEQ = 65
#-----------------------------------------------#