From 66f487a9e988720904b13a57335a8af88dda0e93 Mon Sep 17 00:00:00 2001
From: Christian Pointner <equinox@helsinki.at>
Date: Fri, 4 May 2018 15:51:37 +0200
Subject: increase title seperation


diff --git a/lib/RHRD/rddb.pm b/lib/RHRD/rddb.pm
index 3b17a27..66ae89b 100755
--- a/lib/RHRD/rddb.pm
+++ b/lib/RHRD/rddb.pm
@@ -2408,7 +2408,7 @@ sub create_musicpool_event
   my $sth = $ctx->{'dbh'}->prepare($sql)
     or return (undef, 'ERROR', "Database Error: " . $ctx->{'dbh'}->errstr);
 
-  $sth->execute($shortname, 'SEGUE, Scheduler', 3, 1, 1, $color, $groupname, 25)    # TODO: make title seperartion configurable !?!?
+  $sth->execute($shortname, 'SEGUE, Scheduler', 3, 1, 1, $color, $groupname, 100)    # TODO: make title seperartion configurable !?!?
     or return (undef, 'ERROR', "Database Error: " . $sth->errstr);
   $sth->finish();
 
-- 
cgit v0.10.2