- Modified verify_target method to skip updating the target if the NamespaceRequest is already verified and the last verification was within the past day. - This change reduces unnecessary modifications to the target, improving efficiency and maintaining data integrity. - Added logging to indicate when target verification is skipped due to verification status. hopefully this: * lowers cpu usage, although it can't hurt. * reduces database churn and locking. modified: remarkbox/models/namespace_request.py |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| event.py | ||
| meta.py | ||
| namespace.py | ||
| namespace_request.py | ||
| namespace_user.py | ||
| node.py | ||
| node_cache.py | ||
| notification.py | ||
| oauth.py | ||
| pay_what_you_can.py | ||
| uri.py | ||
| user.py | ||
| vote.py | ||
| watcher.py | ||