Skip to content

Commit

Permalink
Temporarily increase default size of pageCache (for Ajax testing)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugithordarson committed Mar 25, 2024
1 parent 0c3ccf3 commit 02cea85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ng-appserver/src/main/java/ng/appserver/NGSession.java
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,10 @@ public void terminate() {
/**
* @return Size of the page cache
*
* CHECKME: Temporary location for this parameter, should be settable/loaded from Properties
* FIXME: Temporary location for this parameter, should be settable/loaded from Properties // Hugi 2024-023-25
*/
private int pageCacheSize() {
return 10;
return 100;
}

/**
Expand Down

0 comments on commit 02cea85

Please sign in to comment.