Commit 6436216d authored by Sylvain Renault's avatar Sylvain Renault
Browse files

WS cache now always enable.

parent 0f4197f4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ namespace WorldAnalysisWrapper
{
    class Program
    {
        static public bool isDev = true;
        static public bool isDev = false;
        static bool isDev_Secure = true;
        static bool isLocalNetwork = true;

+2 −0
Original line number Diff line number Diff line
@@ -172,7 +172,9 @@ namespace WorldAnalysisWrapper
            //
            // Get all lists from the World Storage REST server (test)
            //
#if ALWAYS_CALL_REST_API
            if (Program.isDev)
#endif
            {
                // Get trackables
                trackables = TrackableRequest.GetTrackablesSync(server);
(102 KiB)

File changed.

No diff preview for this file type.