···66 * The base URL of the PDS (Personal Data Server)
77 * @default "https://pds.witchcraft.systems"
88 */
99- static readonly PDS_URL: string = "https://pds.witchcraft.systems";
99+ static readonly PDS_URL: string = "https://ap.brid.gy";
10101111 /**
1212 * The base URL of the frontend service for linking to replies
1313 * @default "https://deer.social"
1414 */
1515 static readonly FRONTEND_URL: string = "https://deer.social";
1616+1717+ /**
1818+ * Maximum number of posts to fetch from the PDS per user
1919+ * @default 10
2020+ */
2121+ static readonly MAX_POSTS_PER_USER: number = 1;
1622}