memos/server
Claude 775bed73f4
chore(server): remove profiler code and endpoints
Remove the profiler package and all related code that provided pprof endpoints and memory monitoring. This includes:
- Deleted server/profiler/profiler.go with HTTP endpoints for memory profiling
- Removed profiler initialization and shutdown code from server/server.go
- Removed profiler field from Server struct
2025-11-10 12:13:39 +00:00
..
router refactor(api): remove test_auth.go and inline test helpers (#5235) 2025-11-08 09:53:29 +08:00
runner refactor: rename workspace to instance throughout codebase 2025-11-05 23:35:35 +08:00
server.go chore(server): remove profiler code and endpoints 2025-11-10 12:13:39 +00:00