add $RT::MyTicketsLength patch from spiritone, part of merging RT changes (#1661)
[freeside.git] / rt / etc / RT_SiteConfig.pm
index affd36b..56d7e26 100644 (file)
@@ -28,6 +28,8 @@ $RT::WebExternalAuth = 1;
 $RT::WebFallbackToInternal = 1; #no
 $RT::WebExternalAuto = 1;
 
+$RT::MyTicketsLength = 10;
+
 $RT::URI::freeside::IntegrationType = 'Internal';
 $RT::URI::freeside::URL = '%%%FREESIDE_URL%%%';