Skip to content

Commit d83f701

Browse files
author
graeme
committed
fixed 5 millisecond delay on recompiled. woops.
git-svn-id: https://svn.codehaus.org/grails/trunk@5764 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 213bad4 commit d83f701

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
@@ -111,7 +111,7 @@ target( watchContext: "Watches the WEB-INF/classes directory for changes and res
111111
lastModified = classesDir.lastModified()
112112
}
113113
}
114-
sleep(5)
114+
sleep(3000)
115115
}
116116
}
117117

0 commit comments

Comments
 (0)