Update src/database.py
Browse files- src/database.py +1 -1
src/database.py
CHANGED
@@ -115,7 +115,7 @@ class SupabaseClient:
|
|
115 |
params = {
|
116 |
"consultation_id": f"eq.{consultation_id}",
|
117 |
"order": "timestamp.asc",
|
118 |
-
"limit": "
|
119 |
}
|
120 |
|
121 |
try:
|
|
|
115 |
params = {
|
116 |
"consultation_id": f"eq.{consultation_id}",
|
117 |
"order": "timestamp.asc",
|
118 |
+
"limit": "25" # Explicitly set a high limit for messages - 10000, if needed.
|
119 |
}
|
120 |
|
121 |
try:
|