Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit 813d648

Browse files
committed
Merge pull request #52 from cloudspokes/technology-2014-11-06
Technology 2014 11 06
2 parents 1234be0 + a871069 commit 813d648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java/main/com/topcoder/direct/services/view/util/DataProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5330,7 +5330,7 @@ public static Map<Long, List<BillingCostReportEntryDTO>> getDashboardBillingCost
53305330

53315331
// date format to prepare date for query input
53325332
DateFormat dateFormatter = new SimpleDateFormat("yyyy-MM-dd");
5333-
DataAccess dataAccessor = new DataAccess(DBMS.TCS_OLTP_DATASOURCE_NAME);
5333+
CachedDataAccess dataAccessor = new CachedDataAccess(MaxAge.HOUR, DBMS.TCS_OLTP_DATASOURCE_NAME);
53345334
Request request = new Request();
53355335

53365336
String queryName;

0 commit comments

Comments
 (0)