style.plc

来自「Lotus办公自动化系统」· PLC 代码 · 共 63 行

PLC
63
字号
# $Id: style.plc 1.1 1994/08/02 22:34:18 vdk110 Exp $
# Copyright (C) 1987-1994 Verity, Inc.
#
# Example style.plc file with default policy settings.
# Everything is optional including the file itself.
# Note: all options are currently commented out.
$control: 1
policy:
{
  mode: default
  {	
	index_policy:
#		/goaldocs = 4096
		/goaldocs = 65520

		/instances_floor = 100000
#		/instances_floor = 16384
#		/instances_ceiling = 524288

#		/maxdocs = 8192
		/maxdocs = 65520

#		/minparts = 2
#		/maxparts = 10
#		/goalparts = 4
#		/verify_on_submit = no
#		/error_on_bad_update = no

#		/keep_revisions = 25
		/keep_revisions = 2

#		/read_only = no		
#		/maxdocs = 8192
#               /disable_locking = yes
	work_policy:
#		/work_interval = 20 
#		/est_work_length = 120
#		/housekeeping_interval = 300
		/housekeeping_interval = 60
#		/housekeeping_age = 600
		/housekeeping_age = 60
#		/min_disk_free = 1000
#		/disk_free_interval = 300

#		/max_new_docs = 4096
		/max_new_docs = 1024

#		/lock_retry_count = 40
#		/general_retry_count = 3
#		/max_new_work = 500
		/max_new_work = 65535
#		/permissions = 0000
#		/maintenance_interval = 300
	logfile_policy:
#		/min_log_size = 5000
#		/max_log_size = 10000
	optimize_policy:
		/spanning_index = no
		/defragment_parts = yes

    }
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?