diff --git a/modules/aggregator/aggregator.module b/modules/aggregator/aggregator.module
index 8e8e42371a45609fd52f113865299d0aa54c2c46..15cba51ac1ea822377a2b8b74fd1db830ad9aa3c 100644
--- a/modules/aggregator/aggregator.module
+++ b/modules/aggregator/aggregator.module
@@ -422,7 +422,7 @@ function aggregator_form_feed($edit = array()) {
   $form['title'] = array('#type' => 'textfield',
     '#title' => t('Title'),
     '#default_value' => $edit['title'],
-    '#maxlength' => 64,
+    '#maxlength' => 255,
     '#description' => t('The name of the feed; typically the name of the web site you syndicate content from.'),
     '#required' => TRUE,
   );