Skip to content

Commit 193b5cf

Browse files
committed
Merge remote-tracking branch 'origin/main' into claude/mongodb-cpu-thread-maxrps-v4kx3b
# Conflicts: # message-worker/handler_test.go
2 parents bb68b00 + fbd1a05 commit 193b5cf

97 files changed

Lines changed: 6709 additions & 1124 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/client-api.md

Lines changed: 70 additions & 45 deletions
Large diffs are not rendered by default.

docs/specs/media-service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ label — instrumented at one seam, not scattered across the decision tree.
9393
| `LOG_LEVEL` | slog level | `info` |
9494
| `SITE_ID` | this cluster's site id | required |
9595
| `CLUSTER_DOMAINS` | JSON array of `{siteID, domain}` for cross-cluster redirects | required |
96-
| `EMPLOYEE_PHOTO_BASE_URL` | external employee-photo host (the `xxx_domain`) | required |
96+
| `EMPLOYEE_PHOTO_BASE_URL` | external employee-photo base (host + path); the service appends `/{eid}_120.JPG` | required |
9797
| `MONGO_URI` / `MONGO_DB` | operational DB | required / `chat` |
9898
| `MINIO_ENDPOINT` / `MINIO_ACCESS_KEY` / `MINIO_SECRET_KEY` | object storage (custom uploads) | required |
9999
| `AVATAR_BUCKET` | MinIO bucket for avatars | `avatars` |
@@ -294,7 +294,7 @@ else: # ── user (synced everywhere
294294
if !found: eid, found = store.EmployeeID(ctx, account) # MISS MUST hit DB
295295
if found:
296296
cache.put(account, eid)
297-
307 → {EMPLOYEE_PHOTO_BASE_URL}/xxxPhoto/po/{eid}_120.JPG
297+
307 → {EMPLOYEE_PHOTO_BASE_URL}/{eid}_120.JPG
298298
else:
299299
serveDefault(account, account)
300300
```

0 commit comments

Comments
 (0)