[Rt-commit] r8486 - in rt/branches/3.7-EXPERIMENTAL-TUNIS: etc

thayes at bestpractical.com thayes at bestpractical.com
Thu Aug 9 16:56:57 EDT 2007


Author: thayes
Date: Thu Aug  9 16:56:57 2007
New Revision: 8486

Modified:
   rt/branches/3.7-EXPERIMENTAL-TUNIS/   (props changed)
   rt/branches/3.7-EXPERIMENTAL-TUNIS/etc/RT_Config.pm.in

Log:
 r8698 at toth:  toth | 2007-08-09 16:56:40 -0400
 * Added LockExpiry setting
 * Added LockExpiry setting
 * Added LockExpiry setting
 * Added LockExpiry setting
 * Added LockExpiry setting
 * Added LockExpiry setting
 * Added LockExpiry setting
 * Added LockExpiry setting
 


Modified: rt/branches/3.7-EXPERIMENTAL-TUNIS/etc/RT_Config.pm.in
==============================================================================
--- rt/branches/3.7-EXPERIMENTAL-TUNIS/etc/RT_Config.pm.in	(original)
+++ rt/branches/3.7-EXPERIMENTAL-TUNIS/etc/RT_Config.pm.in	Thu Aug  9 16:56:57 2007
@@ -35,11 +35,11 @@
 # token matching and that you should use only "non-capturing" parenthesis
 # grouping. For example:
 #
-# 	Set($EmailSubjectTagRegex, qr/(?:example.com|example.org)/i );
+#     Set($EmailSubjectTagRegex, qr/(?:example.com|example.org)/i );
 #
 # and NOT
 # 
-# 	Set($EmailSubjectTagRegex, qr/(example.com|example.org)/i );
+#     Set($EmailSubjectTagRegex, qr/(example.com|example.org)/i );
 #
 # This setting would make RT behave exactly as it does without the 
 # setting enabled.
@@ -693,6 +693,20 @@
 # }}}
 
 
+
+# {{{ Ticket Locking
+#
+# RT can be configured to use advisory locks on tickets, so that a user
+# can be notified if another user is making changes to a particular ticket.
+#
+# Locks have a maximum duration, which can be defined here (in seconds).
+
+Set($LockExpiry, 300);
+
+#}}}
+
+
+
 # {{{ Development Mode
 #
 # RT comes with a "Development mode" setting. 


More information about the Rt-commit mailing list