Dhruv-Ty commited on
Commit
d87f9c0
·
verified ·
1 Parent(s): 159e278

Update src/database.py

Browse files
Files changed (1) hide show
  1. 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": "100" # Explicitly set a high limit for messages - 10000, if needed.
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: