We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2986173 commit 9b84c9dCopy full SHA for 9b84c9d
1 file changed
routers/core/user.py
@@ -133,8 +133,8 @@ async def update_profile(
133
avatar_changed = bool(avatar_file and avatar_file.filename)
134
135
# Async upload read stays on the event loop. CPU-bound image work is
136
- # offloaded; Session/ORM mutations stay here (do not pass Session into the
137
- # thread pool — see issue #237).
+ # offloaded; Session/ORM mutations stay here so the Session is not passed
+ # into the thread pool.
138
if avatar_changed:
139
assert avatar_file is not None
140
reject_oversized_content_length(
0 commit comments