aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/bin/OpenSimDefaults.ini
diff options
context:
space:
mode:
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r--bin/OpenSimDefaults.ini80
1 files changed, 61 insertions, 19 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini
index 6fb9787..6d699fd 100644
--- a/bin/OpenSimDefaults.ini
+++ b/bin/OpenSimDefaults.ini
@@ -33,6 +33,10 @@
33 ; Console commands run every 20 minutes 33 ; Console commands run every 20 minutes
34 ; timer_Script = "filename" 34 ; timer_Script = "filename"
35 35
36 ; timer_Script time interval (default 20 min)
37 ; The time is 60 per minute
38 ; timer_Interval = 1200
39
36 ; ## 40 ; ##
37 ; ## SYSTEM 41 ; ## SYSTEM
38 ; ## 42 ; ##
@@ -337,6 +341,13 @@
337 ; OpenJPEG if false 341 ; OpenJPEG if false
338 ; UseCSJ2K = true 342 ; UseCSJ2K = true
339 343
344
345 ; Use "Trash" folder for items deleted from the scene
346 ; When set to True (the default) items deleted from the scene will be
347 ; stored in the user's trash or lost and found folder. When set to
348 ; False items will be removed from the scene permanently
349 UseTrashOnDelete = True
350
340 ; Persist avatar baked textures 351 ; Persist avatar baked textures
341 ; Persisting baked textures can speed up login and region border 352 ; Persisting baked textures can speed up login and region border
342 ; crossings especially with large numbers of users, though it 353 ; crossings especially with large numbers of users, though it
@@ -527,7 +538,20 @@
527 ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps 538 ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps
528 ; will also be affected. 539 ; will also be affected.
529 ; 540 ;
530 ;DisableFacelights = "false(1815) 541 ;DisableFacelights = false
542
543 ; The time to wait before disconecting an unresponsive client.
544 ; The time is in seconds. The default is one minute
545 ;
546 ;AckTimeout = 60
547
548 ; The time to wait before disconecting an unresponsive paused client.
549 ; A client can be paused when the file selection dialog is open during file upload.
550 ; This gives extra time to find files via the dialog but will still disconnect if
551 ; the client crashes or loses its network connection
552 ; The time is in seconds. The default is five minutes.
553 ;
554 ;PausedAckTimeout = 300
531 555
532[ClientStack.LindenCaps] 556[ClientStack.LindenCaps]
533 ;; Long list of capabilities taken from 557 ;; Long list of capabilities taken from
@@ -542,6 +566,7 @@
542 Cap_CopyInventoryFromNotecard = "localhost" 566 Cap_CopyInventoryFromNotecard = "localhost"
543 Cap_DispatchRegionInfo = "" 567 Cap_DispatchRegionInfo = ""
544 Cap_EstateChangeInfo = "" 568 Cap_EstateChangeInfo = ""
569 Cap_EnvironmentSettings = "localhost"
545 Cap_EventQueueGet = "localhost" 570 Cap_EventQueueGet = "localhost"
546 Cap_FetchInventory = "" 571 Cap_FetchInventory = ""
547 Cap_ObjectMedia = "localhost" 572 Cap_ObjectMedia = "localhost"
@@ -594,13 +619,12 @@
594 Cap_ViewerStartAuction = "" 619 Cap_ViewerStartAuction = ""
595 Cap_ViewerStats = "" 620 Cap_ViewerStats = ""
596 621
597 ; The various fetch inventory caps are supported by OpenSim, but may 622 ; Capabilities for fetching inventory over HTTP rather than UDP
598 ; lead to poor sim performance if served by the simulators,
599 ; so they are currently disabled by default.
600 ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above) 623 ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above)
624 ; It appears that Linden Lab viewer 3.3.1 onwards will not work properly if FetchInventoryDescendents2 and FetchInventory2 are not enabled
601 Cap_WebFetchInventoryDescendents = "" 625 Cap_WebFetchInventoryDescendents = ""
602 Cap_FetchInventoryDescendents2 = "" 626 Cap_FetchInventoryDescendents2 = "localhost"
603 Cap_FetchInventory2 = "" 627 Cap_FetchInventory2 = "localhost"
604 628
605 629
606[Chat] 630[Chat]
@@ -668,6 +692,25 @@
668 692
669 693
670[ODEPhysicsSettings] 694[ODEPhysicsSettings]
695 ; ##
696 ; ## Physics stats settings
697 ;
698
699 ; If collect_stats is enabled, then extra stat information is collected which is accessible via the MonitorModule
700 ; (see http://opensimulator.org/wiki/Monitoring_Module for more details).
701 collect_stats = false
702
703 ; ##
704 ; ## Physics logging settings - logfiles are saved to *.DIF files
705 ; ##
706
707 ; default is false
708 ;physics_logging = true
709 ;; every n simulation iterations, the physics snapshot file is updated
710 ;physics_logging_interval = 50
711 ;; append to existing physics logfile, or overwrite existing logfiles?
712 ;physics_logging_append_existing_logfile = true
713
671 ;## 714 ;##
672 ;## World Settings 715 ;## World Settings
673 ;## 716 ;##
@@ -817,17 +860,6 @@
817 mesh_physical_lod = 16 860 mesh_physical_lod = 16
818 861
819 ; ## 862 ; ##
820 ; ## Physics logging settings - logfiles are saved to *.DIF files
821 ; ##
822
823 ; default is false
824 ;physics_logging = true
825 ;; every n simulation iterations, the physics snapshot file is updated
826 ;physics_logging_interval = 50
827 ;; append to existing physics logfile, or overwrite existing logfiles?
828 ;physics_logging_append_existing_logfile = true
829
830 ; ##
831 ; ## Joint support 863 ; ## Joint support
832 ; ## 864 ; ##
833 865
@@ -1125,16 +1157,20 @@
1125 ; currently unused 1157 ; currently unused
1126 ; AllowosConsoleCommand=false 1158 ; AllowosConsoleCommand=false
1127 1159
1160 ; Are god functions such as llSetObjectPermMask() allowed? If true then gods and only gods have access to these functions.
1161 ; If false then gods cannot execute these functions either.
1128 AllowGodFunctions = false 1162 AllowGodFunctions = false
1129 1163
1130 ; Maximum number of llListen events we allow over the entire region. 1164 ; Maximum number of llListen events we allow over the entire region.
1131 ; Set this to 0 to have no limit imposed 1165 ; Set this to 0 to have no limit imposed
1132 max_listeners_per_region = 1000 1166 max_listens_per_region = 1000
1133 1167
1134 ; Maximum number of llListen events we allow per script 1168 ; Maximum number of llListen events we allow per script
1135 ; Set this to 0 to have no limit imposed. 1169 ; Set this to 0 to have no limit imposed.
1136 max_listens_per_script = 64 1170 max_listens_per_script = 64
1137 1171
1172 ; Maximum number of external urls that scripts can set up in this simulator (e.g. via llRequestURL())
1173 max_external_urls_per_simulator = 100
1138 1174
1139[DataSnapshot] 1175[DataSnapshot]
1140 ; The following set of configs pertains to search. 1176 ; The following set of configs pertains to search.
@@ -1561,6 +1597,12 @@
1561 RefreshTime = 3600 1597 RefreshTime = 3600
1562 1598
1563;; 1599;;
1600;; JsonStore module provides structured store for scripts
1601;;
1602[JsonStore]
1603Enabled = False
1604
1605;;
1564;; These are defaults that are overwritten below in [Architecture]. 1606;; These are defaults that are overwritten below in [Architecture].
1565;; These defaults allow OpenSim to work out of the box with 1607;; These defaults allow OpenSim to work out of the box with
1566;; zero configuration 1608;; zero configuration