We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1828883 commit f739657Copy full SHA for f739657
src/services/torrent.rs
@@ -18,7 +18,7 @@ use crate::models::user::UserId;
18
use crate::tracker::statistics_importer::StatisticsImporter;
19
use crate::{tracker, AsCSV};
20
21
-const MIN_TORRENT_TITLE_LENGTH: u32 = 3;
+const MIN_TORRENT_TITLE_LENGTH: usize = 3;
22
23
pub struct Index {
24
configuration: Arc<Configuration>,
0 commit comments