Skip to content

Commit

Permalink
production settings
Browse files Browse the repository at this point in the history
  • Loading branch information
dalacost committed Jun 30, 2023
1 parent a8ffc18 commit 54fe3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/thingiverse.php
Expand Up @@ -9,8 +9,8 @@ class Thingiverse {
const CACHE_TTL_THING = 3600; //1 h
const CACHE_TTL_WIDGET = 3600; //1 h
const CACHE_TTL_USER_ID = 2592000; //1 month
const CACHE_ENABLE = false; // for disable all cache for debug only
const DEBUG = true; // for debug
const CACHE_ENABLE = true; // for disable all cache for debug only
const DEBUG = false; // for debug

public static function user_id_from_name( $user ) {

Expand Down

0 comments on commit 54fe3de

Please sign in to comment.