You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update warning message and increase Windows timestamp tolerance
- Remove obsolete --project flag reference from BASIC_MEMORY_PROJECT warning
- Increase timestamp tolerance to 2s for Windows in test_sync_preserves_timestamps
- Windows filesystem timing precision requires larger tolerance than Unix systems
Co-authored-by: Paul Hernandez <phernandez@users.noreply.github.com>
f"BASIC_MEMORY_PROJECT is not supported anymore. Use the --project flag or set the default project in the config instead. Setting default project to {os_project_name}"
313
+
f"BASIC_MEMORY_PROJECT is not supported anymore. Set the default project in the config instead. Setting default project to {os_project_name}"
0 commit comments