|
From: <va...@us...> - 2011-06-28 11:00:32
|
Revision: 14094
http://gate.svn.sourceforge.net/gate/?rev=14094&view=rev
Author: valyt
Date: 2011-06-28 11:00:26 +0000 (Tue, 28 Jun 2011)
Log Message:
-----------
Increased the size of index templates from 10kB to 100kB.
Modified Paths:
--------------
mimir/trunk/grails-plugin-mimir/grails-app/domain/gate/mimir/web/IndexTemplate.groovy
Modified: mimir/trunk/grails-plugin-mimir/grails-app/domain/gate/mimir/web/IndexTemplate.groovy
===================================================================
--- mimir/trunk/grails-plugin-mimir/grails-app/domain/gate/mimir/web/IndexTemplate.groovy 2011-06-28 10:58:35 UTC (rev 14093)
+++ mimir/trunk/grails-plugin-mimir/grails-app/domain/gate/mimir/web/IndexTemplate.groovy 2011-06-28 11:00:26 UTC (rev 14094)
@@ -39,7 +39,7 @@
static constraints = {
name(nullable:false, blank:false)
comment(nullable:true, blank:true)
- configuration(nullable:false, maxSize:10240)
+ configuration(nullable:false, maxSize:102400)
}
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|