lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 780be3c 1/6: Mark uncached product-file insta


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 780be3c 1/6: Mark uncached product-file instances
Date: Fri, 29 Jan 2021 15:44:15 -0500 (EST)

branch: master
commit 780be3c7eb24dca4ec796e1d840dd4d53e31defb
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Mark uncached product-file instances
---
 gpt_server.cpp | 1 +
 mec_server.cpp | 1 +
 2 files changed, 2 insertions(+)

diff --git a/gpt_server.cpp b/gpt_server.cpp
index 220cfd0..6646e06 100644
--- a/gpt_server.cpp
+++ b/gpt_server.cpp
@@ -123,6 +123,7 @@ gpt_state test_one_days_gpt_transactions
     double                      Payment                      = 
exact_cast<tnr_nonnegative_double  >(input["Payment"                     
])->value();
     double                      BenefitAmount                = 
exact_cast<tnr_nonnegative_double  >(input["BenefitAmount"               
])->value();
 
+    // DATABASE !! consider caching these product files
     product_data product_filenames(ProductName);
 
     product_database database
diff --git a/mec_server.cpp b/mec_server.cpp
index b017732..609e74e 100644
--- a/mec_server.cpp
+++ b/mec_server.cpp
@@ -106,6 +106,7 @@ mec_state test_one_days_7702A_transactions
     double                      Payment                      = 
exact_cast<tnr_nonnegative_double  >(input["Payment"                     
])->value();
     double                      BenefitAmount                = 
exact_cast<tnr_nonnegative_double  >(input["BenefitAmount"               
])->value();
 
+    // DATABASE !! consider caching these product files
     product_data product_filenames(ProductName);
 
     product_database database



reply via email to

[Prev in Thread] Current Thread [Next in Thread]