Skip to content

Commit 4d1f3c2

Browse files
committed
Merge remote-tracking branch 'origin/master' into win-build
2 parents a20a798 + 47e0100 commit 4d1f3c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SRC/Video/cparamSearch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
#define CACHE_TIME 31557600L // How long to keep values in the cache, in seconds. 86400L=1 day, 604800L=1 week, 31557600=1 year of 365.25 days.
7878
#define CACHE_TIME_FALLBACK 1209600L // How long to keep fallback values in the cache, in seconds. 86400L=1 day, 604800L=1 week, 31557600=1 year of 365.25 days.
7979
#define CACHE_FLUSH_INTERVAL 86400L // How many seconds between checks in which expired cache entries are flushed.
80-
#define SEARCH_POST_URL "https://calibration.artoolkit.org/app/calib_camera/download.php"
80+
#define SEARCH_POST_URL "https://calibration.artoolkitx.org/app/calib_camera/download.php"
8181
#define SEARCH_TOKEN_LENGTH 16
8282
#define SEARCH_TOKEN {0x05, 0x8a, 0x4b, 0xa0, 0xdb, 0xa3, 0x3b, 0xa3, 0xa7, 0xe3, 0xf5, 0x8d, 0xd3, 0xbf, 0x49, 0x40} // `echo -n 'ARToolKit.Rocks' | md5sum`
8383
#define RECEIVE_HTTP_BUFSIZE 65536 // Max. 64k.

0 commit comments

Comments
 (0)