Introduce tasks limit and after to the tasks route

This commit is contained in:
Kerollmops
2022-06-01 12:04:01 +02:00
parent 461b91fd13
commit c11d21879a
7 changed files with 95 additions and 167 deletions

View File

@ -10,7 +10,7 @@ use crate::{
index_resolver::IndexUid,
};
pub type TaskId = u64;
pub type TaskId = u32;
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq)]
#[cfg_attr(test, derive(proptest_derive::Arbitrary))]