Ashwin Bhat
|
963754fa12
|
perf: optimize Squid proxy startup time (#334)
* perf: optimize Squid proxy startup time
- Replace fixed 7-second sleep with dynamic readiness check
- Only shutdown existing Squid if actually running
- Add detailed timing logs to track each step's duration
- Expected reduction: ~7-8 seconds to ~1-2 seconds startup overhead
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* refactor: extract squid setup into standalone script
Move squid proxy setup logic from action.yml inline bash script
to scripts/setup-network-restrictions.sh for better maintainability
and cleaner action configuration.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
* Revert "refactor: extract squid setup into standalone script"
This reverts commit b18aa2821d.
* tmp
* Reapply "refactor: extract squid setup into standalone script"
This reverts commit 07f6911549.
---------
Co-authored-by: Claude <noreply@anthropic.com>
|
2025-07-23 20:33:29 -07:00 |
|