Skip to content

Commit

Permalink
change default pageSize from 100 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
chanwit committed Apr 28, 2011
1 parent dbcf59e commit 74d4d1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/templates/artifacts/LiveModel.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ class @artifact.name@ {

static config = {
model "page" // or "list"
pageSize 100
sorted true
domain @artifact.domain@.class
pageSize 20
sorted true
}

}

0 comments on commit 74d4d1e

Please sign in to comment.