diff options
Diffstat (limited to 'bin/OpenSimDefaults.ini')
-rw-r--r-- | bin/OpenSimDefaults.ini | 70 |
1 files changed, 52 insertions, 18 deletions
diff --git a/bin/OpenSimDefaults.ini b/bin/OpenSimDefaults.ini index 6fb9787..9afac3f 100644 --- a/bin/OpenSimDefaults.ini +++ b/bin/OpenSimDefaults.ini | |||
@@ -337,6 +337,13 @@ | |||
337 | ; OpenJPEG if false | 337 | ; OpenJPEG if false |
338 | ; UseCSJ2K = true | 338 | ; UseCSJ2K = true |
339 | 339 | ||
340 | |||
341 | ; Use "Trash" folder for items deleted from the scene | ||
342 | ; When set to True (the default) items deleted from the scene will be | ||
343 | ; stored in the user's trash or lost and found folder. When set to | ||
344 | ; False items will be removed from the scene permanently | ||
345 | UseTrashOnDelete = True | ||
346 | |||
340 | ; Persist avatar baked textures | 347 | ; Persist avatar baked textures |
341 | ; Persisting baked textures can speed up login and region border | 348 | ; Persisting baked textures can speed up login and region border |
342 | ; crossings especially with large numbers of users, though it | 349 | ; crossings especially with large numbers of users, though it |
@@ -527,7 +534,20 @@ | |||
527 | ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps | 534 | ; silly vanity "Facelights" dead. Sorry, head mounted miner's lamps |
528 | ; will also be affected. | 535 | ; will also be affected. |
529 | ; | 536 | ; |
530 | ;DisableFacelights = "false(1815) | 537 | ;DisableFacelights = false |
538 | |||
539 | ; The time to wait before disconecting an unresponsive client. | ||
540 | ; The time is in seconds. The default is one minute | ||
541 | ; | ||
542 | ;AckTimeout = 60 | ||
543 | |||
544 | ; The time to wait before disconecting an unresponsive paused client. | ||
545 | ; A client can be paused when the file selection dialog is open during file upload. | ||
546 | ; This gives extra time to find files via the dialog but will still disconnect if | ||
547 | ; the client crashes or loses its network connection | ||
548 | ; The time is in seconds. The default is five minutes. | ||
549 | ; | ||
550 | ;PausedAckTimeout = 300 | ||
531 | 551 | ||
532 | [ClientStack.LindenCaps] | 552 | [ClientStack.LindenCaps] |
533 | ;; Long list of capabilities taken from | 553 | ;; Long list of capabilities taken from |
@@ -542,6 +562,7 @@ | |||
542 | Cap_CopyInventoryFromNotecard = "localhost" | 562 | Cap_CopyInventoryFromNotecard = "localhost" |
543 | Cap_DispatchRegionInfo = "" | 563 | Cap_DispatchRegionInfo = "" |
544 | Cap_EstateChangeInfo = "" | 564 | Cap_EstateChangeInfo = "" |
565 | Cap_EnvironmentSettings = "localhost" | ||
545 | Cap_EventQueueGet = "localhost" | 566 | Cap_EventQueueGet = "localhost" |
546 | Cap_FetchInventory = "" | 567 | Cap_FetchInventory = "" |
547 | Cap_ObjectMedia = "localhost" | 568 | Cap_ObjectMedia = "localhost" |
@@ -594,13 +615,12 @@ | |||
594 | Cap_ViewerStartAuction = "" | 615 | Cap_ViewerStartAuction = "" |
595 | Cap_ViewerStats = "" | 616 | Cap_ViewerStats = "" |
596 | 617 | ||
597 | ; The various fetch inventory caps are supported by OpenSim, but may | 618 | ; 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) | 619 | ; FetchInventoryDescendents2 and FetchInventory2 are the ones used in the latest Linden Lab viewers (from some point in the v2 series and above) |
620 | ; It appears that Linden Lab viewer 3.3.1 onwards will not work properly if FetchInventoryDescendents2 and FetchInventory2 are not enabled | ||
601 | Cap_WebFetchInventoryDescendents = "" | 621 | Cap_WebFetchInventoryDescendents = "" |
602 | Cap_FetchInventoryDescendents2 = "" | 622 | Cap_FetchInventoryDescendents2 = "localhost" |
603 | Cap_FetchInventory2 = "" | 623 | Cap_FetchInventory2 = "localhost" |
604 | 624 | ||
605 | 625 | ||
606 | [Chat] | 626 | [Chat] |
@@ -668,6 +688,25 @@ | |||
668 | 688 | ||
669 | 689 | ||
670 | [ODEPhysicsSettings] | 690 | [ODEPhysicsSettings] |
691 | ; ## | ||
692 | ; ## Physics stats settings | ||
693 | ; | ||
694 | |||
695 | ; If collect_stats is enabled, then extra stat information is collected which is accessible via the MonitorModule | ||
696 | ; (see http://opensimulator.org/wiki/Monitoring_Module for more details). | ||
697 | collect_stats = false | ||
698 | |||
699 | ; ## | ||
700 | ; ## Physics logging settings - logfiles are saved to *.DIF files | ||
701 | ; ## | ||
702 | |||
703 | ; default is false | ||
704 | ;physics_logging = true | ||
705 | ;; every n simulation iterations, the physics snapshot file is updated | ||
706 | ;physics_logging_interval = 50 | ||
707 | ;; append to existing physics logfile, or overwrite existing logfiles? | ||
708 | ;physics_logging_append_existing_logfile = true | ||
709 | |||
671 | ;## | 710 | ;## |
672 | ;## World Settings | 711 | ;## World Settings |
673 | ;## | 712 | ;## |
@@ -817,17 +856,6 @@ | |||
817 | mesh_physical_lod = 16 | 856 | mesh_physical_lod = 16 |
818 | 857 | ||
819 | ; ## | 858 | ; ## |
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 | 859 | ; ## Joint support |
832 | ; ## | 860 | ; ## |
833 | 861 | ||
@@ -1129,7 +1157,7 @@ | |||
1129 | 1157 | ||
1130 | ; Maximum number of llListen events we allow over the entire region. | 1158 | ; Maximum number of llListen events we allow over the entire region. |
1131 | ; Set this to 0 to have no limit imposed | 1159 | ; Set this to 0 to have no limit imposed |
1132 | max_listeners_per_region = 1000 | 1160 | max_listens_per_region = 1000 |
1133 | 1161 | ||
1134 | ; Maximum number of llListen events we allow per script | 1162 | ; Maximum number of llListen events we allow per script |
1135 | ; Set this to 0 to have no limit imposed. | 1163 | ; Set this to 0 to have no limit imposed. |
@@ -1561,6 +1589,12 @@ | |||
1561 | RefreshTime = 3600 | 1589 | RefreshTime = 3600 |
1562 | 1590 | ||
1563 | ;; | 1591 | ;; |
1592 | ;; JsonStore module provides structured store for scripts | ||
1593 | ;; | ||
1594 | [JsonStore] | ||
1595 | Enabled = False | ||
1596 | |||
1597 | ;; | ||
1564 | ;; These are defaults that are overwritten below in [Architecture]. | 1598 | ;; These are defaults that are overwritten below in [Architecture]. |
1565 | ;; These defaults allow OpenSim to work out of the box with | 1599 | ;; These defaults allow OpenSim to work out of the box with |
1566 | ;; zero configuration | 1600 | ;; zero configuration |