Thank you so much. Im happy to be here
Lemmy.World Announcements
This Community is intended for posts about the Lemmy.world server by the admins.
Follow us for server news π
Outages π₯
https://status.lemmy.world
For support with issues at Lemmy.world, go to the Lemmy.world Support community.
Support e-mail
Any support requests are best sent to [email protected] e-mail.
Report contact
- DM https://lemmy.world/u/lwreport
- Email [email protected] (PGP Supported)
Donations π
If you would like to make a donation to support the cost of running this platform, please do so at the following donation URLs.
If you can, please use / switch to Ko-Fi, it has the lowest fees for us
Join the team
π€π€
May the force be with you. Live long and prosper.
Good luck!
0.18 gives us a feed that doesnβt auto refresh and moves the comment collapse button to its rightful place to the left of the username.
thanks for keeping us informed :)
Good luck! Thanks for all your hard work
God speed
Thanks for the heads up, and good luck!
Looking forward to the update. Jerboa for Android as available on F-Droid has 0.18 as a minimum requirement. Really wanna get that one set up for this Account.
Best of luck!
Good luck with this!
Update went good so far ;)
Seems to have worked! Typed from Jeboa :)
Do logins work for anyone else?
I created a "in private" Firefox browser session. I can't seem to login through that.
Bot logins doesnt work anymore
looking good so far, the instance is back, testing to post!
The last few minutes the site seems to be very fast! Let's hope it stays this way!
Muuuch faster now. Thanks for all the hard work guys!
Just looked. First 1/2 loads were slow but after that it's lighting fast! I think by not everyone establishing a Websocket connection and just loading once performance should increase a tad bit.
My lemmy server is also running the same versions are you are now. I was getting timeouts with lemmy.world federation so I recompiled lemmy_server with timeout changes:
diff --git a/crates/utils/src/lib.rs b/crates/utils/src/lib.rs
index e5d07db2c..e2c592d82 100644
***
a/crates/utils/src/lib.rs
+++ b/crates/utils/src/lib.rs
@@ -18,7 +18,7 @@ use std::time::Duration;
pub type ConnectionId = usize;
-pub const REQWEST_TIMEOUT: Duration = Duration::from_secs(10);
+pub const REQWEST_TIMEOUT: Duration = Duration::from_secs(13);
#[macro_export]
macro_rules! location_info {
diff --git a/src/lib.rs b/src/lib.rs
index cc77ca48f..45c621a7c 100644
***
a/src/lib.rs
+++ b/src/lib.rs
@@ -37,7 +37,7 @@ use tracing_subscriber::{filter::Targets, layer::SubscriberExt, Layer, Registry}
use url::Url;
/// Max timeout for http requests
-pub(crate) const REQWEST_TIMEOUT: Duration = Duration::from_secs(10);
+pub(crate) const REQWEST_TIMEOUT: Duration = Duration::from_secs(16);
/// Placing the main function in lib.rs allows other crates to import it and embed Lemmy
pub async fn start_lemmy_server() -> Result<(), LemmyError> {
Tried to logout, website on mobile won't release my session, and when I tried to login on jerboa it said password incorrect, not sure if that's a ui issue or a lemmy.world issue though
o7
Good luck
Page me if you need any halp