Skip to content

Commit bd39bf7

Browse files
author
graeme
committed
made reload delay longer to reduce strain on processor
git-svn-id: https://svn.codehaus.org/grails/trunk@5347 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent cfbf0df commit bd39bf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/RunApp.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ task( watchContext: "Watches the WEB-INF/classes directory for changes and resta
103103
lastModified = classesDir.lastModified()
104104
}
105105
}
106-
sleep(1000)
106+
sleep(2500)
107107
}
108108
}
109109

0 commit comments

Comments
 (0)