Skip to content

Commit 157d7da

Browse files
committed
Web environment uses global caching if not explicitly set
1 parent eb579ba commit 157d7da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tidy3d/web/core/environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def __hash__(self):
1717
website_endpoint: str
1818
s3_region: str
1919
ssl_verify: bool = Field(True, env="TIDY3D_SSL_VERIFY")
20-
enable_caching: bool = True
20+
enable_caching: bool = None
2121
ssl_version: ssl.TLSVersion = None
2222

2323
def active(self) -> None:

0 commit comments

Comments
 (0)